Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 4721218

Browse files
committed
update docs
1 parent 9cd52a1 commit 4721218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/4.14/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ port = 5701
8282

8383
| 配置项名称 | 默认值 | 说明 |
8484
| -------- | ------ | --- |
85-
| `host` | `[::]` | HTTP 服务器监听的 IP |
85+
| `host` | `0.0.0.0` | HTTP 服务器监听的 IP |
8686
| `port` | `5700` | HTTP 服务器监听的端口 |
8787
| `use_http` | `true` | 是否开启 HTTP 接口,即通过 HTTP 调用 API,见 [通信方式的第一种](/CommunicationMethods#插件作为-http-服务端) |
88-
| `ws_host` | `[::]` | WebSocket 服务器监听的 IP |
88+
| `ws_host` | `0.0.0.0` | WebSocket 服务器监听的 IP |
8989
| `ws_port` | `6700` | WebSocket 服务器监听的端口 |
9090
| `use_ws` | `false` | 是否开启 WebSocket 服务器,可用于调用 API 和推送事件,见 [通信方式的第二种](/CommunicationMethods#插件作为-websocket-服务端) |
9191
| `ws_reverse_url` || 反向 WebSocket Event 和事件上报的共用地址 |
@@ -102,7 +102,7 @@ port = 5701
102102
| `post_message_format` | `string` | 上报消息格式,`string` 为字符串格式,`array` 为数组格式,具体见 [消息格式](/Message) |
103103
| `serve_data_files` | `false` | 是否提供请求 `data` 目录的文件的功能 |
104104
| `enable_cors` | `false` | 是否允许跨域请求 |
105-
| `update_source` | v4.12.3 之前 `github`<br>v4.12.3 及之后 `china` | 更新源,可选 `global`/`github``china`/`coding` |
105+
| `update_source` | v4.14.2 之前 `china`<br>v4.14.2 开始 `global` | 更新源 |
106106
| `update_channel` | `stable` | 更新通道,目前有 `stable``beta``alpha` 三个 |
107107
| `auto_check_update` | `false` | 是否自动检查更新(每次启用插件时检查),不启用的情况下,仍然可以在 酷Q 应用菜单中手动检查更新 |
108108
| `auto_perform_update` | `false` | 是否自动执行更新,仅在 `auto_check_update` 启用时有效,若启用,则插件将在自动检查到更新后,自动下载新版本(需要手动重启 酷Q 以生效) |
@@ -143,7 +143,7 @@ port = 5701
143143

144144
```json
145145
{
146-
"update_source": "china",
146+
"update_source": "global",
147147
"update_channel": "stable",
148148
"auto_check_update": true,
149149
"auto_perform_update": true

0 commit comments

Comments
 (0)