From de4ad1247830ceb0aaf6fc631d940b3d296e373d Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Mon, 8 Apr 2024 01:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/general.en.md | 4 ++-- docs/config/general.md | 4 ++-- docs/config/proxy-groups/index.md | 4 ++-- docs/config/proxy-providers/index.md | 6 +++--- docs/config/rule-providers/index.md | 2 +- docs/config/syntax.en.md | 2 ++ docs/config/syntax.md | 4 +++- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/config/general.en.md b/docs/config/general.en.md index eba67e574..68db44d15 100644 --- a/docs/config/general.en.md +++ b/docs/config/general.en.md @@ -94,7 +94,7 @@ ipv6: true Controls the interval at which Clash sends out TCP Keep Alive packets to reduce temporary measures for mobile device power consumption. -Integer format, unit is seconds +unit is seconds ```{.yaml linenums="1"} keep-alive-interval: 30 @@ -256,7 +256,7 @@ geodata-loader: memconservative geo-auto-update: false ``` -Update interval, integer format in hours +Update interval, unit is hours ```{.yaml linenums="1"} geo-update-interval: 24 diff --git a/docs/config/general.md b/docs/config/general.md index b297ea335..815997a37 100644 --- a/docs/config/general.md +++ b/docs/config/general.md @@ -96,7 +96,7 @@ ipv6: true 控制 Clash 发出 TCP Keep Alive 包的间隔,减少移动设备[耗电问题](https://github.com/vernesong/OpenClash/issues/2614)的临时措施。 -整数格式单位为秒 +单位为秒 ```{.yaml linenums="1"} keep-alive-interval: 30 @@ -259,7 +259,7 @@ geodata-loader: memconservative geo-auto-update: false ``` -更新间隔,整数格式单位为小时 +更新间隔,单位为小时 ```{.yaml linenums="1"} geo-update-interval: 24 diff --git a/docs/config/proxy-groups/index.md b/docs/config/proxy-groups/index.md index a159f8c33..345887d4c 100644 --- a/docs/config/proxy-groups/index.md +++ b/docs/config/proxy-groups/index.md @@ -55,7 +55,7 @@ proxy-groups: ## interval -健康检查间隔,如不为 0 则启用定时测试,整数格式单位为秒 +健康检查间隔,如不为 0 则启用定时测试,单位为秒 ## lazy @@ -63,7 +63,7 @@ proxy-groups: ## timeout -健康检查超时时间,整数格式单位为毫秒 +健康检查超时时间,单位为毫秒 ## disable-udp diff --git a/docs/config/proxy-providers/index.md b/docs/config/proxy-providers/index.md index c85922705..84e8868b7 100644 --- a/docs/config/proxy-providers/index.md +++ b/docs/config/proxy-providers/index.md @@ -65,7 +65,7 @@ proxy-providers: ## interval -更新`provider`的时间,整数格式单位为秒 +更新`provider`的时间,单位为秒 ## proxy @@ -99,11 +99,11 @@ proxy-providers: ### health-check.interval -健康检查间隔时间,整数格式单位为秒 +健康检查间隔时间,单位为秒 ### health-check.timeout -健康检查超时时间,整数格式单位为毫秒 +健康检查超时时间,单位为毫秒 ### health-check.lazy diff --git a/docs/config/rule-providers/index.md b/docs/config/rule-providers/index.md index b83aae8d6..bddeeb809 100644 --- a/docs/config/rule-providers/index.md +++ b/docs/config/rule-providers/index.md @@ -32,7 +32,7 @@ rule-providers: ## interval -更新`provider`的时间,整数格式单位为秒 +更新`provider`的时间,单位为秒 ## proxy diff --git a/docs/config/syntax.en.md b/docs/config/syntax.en.md index 6c058b802..01ce20c84 100644 --- a/docs/config/syntax.en.md +++ b/docs/config/syntax.en.md @@ -172,6 +172,7 @@ fake-ip-filter: - localhost.ptlogin2.qq.com ``` + diff --git a/docs/config/syntax.md b/docs/config/syntax.md index 714535d16..64bc71b46 100644 --- a/docs/config/syntax.md +++ b/docs/config/syntax.md @@ -179,6 +179,7 @@ fake-ip-filter: - localhost.ptlogin2.qq.com ``` +