You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| subscribe_num | The number of preferred subscribe source interfaces in the results | 10 |
182
182
| time_zone | Time zone, can be used to control the time zone displayed by the update time, optional values: Asia/Shanghai or other time zone codes | Asia/Shanghai |
183
183
| urls_limit | Number of interfaces per channel | 10 |
184
+
| update_interval | Scheduled execution update interval, unit hours, set 0 or empty means run only once, does not apply to workflow | 12 |
184
185
| update_time_position | Update time display position, need to enable open_update_time to take effect, optional values: top, bottom, top: display at the top of the result, bottom: display at the bottom of the result | top |
185
186
186
187
## Quick Start
@@ -259,11 +260,10 @@ Taking the host path /etc/docker as an example:
Copy file name to clipboardExpand all lines: config/config.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,5 +119,7 @@ subscribe_num = 10
119
119
time_zone = Asia/Shanghai
120
120
# 单个频道接口数量 | Number of interfaces per channel
121
121
urls_limit = 10
122
+
# 定时执行更新时间间隔,单位小时,设置0或空则只运行一次,不作用于工作流,默认值: 12 | Scheduled execution update interval, unit hours, set 0 or empty means run only once, does not apply to workflow, default value: 12
123
+
update_interval = 12
122
124
# 更新时间显示位置,需要开启 open_update_time 才能生效,可选值:top、bottom,top: 显示于结果顶部,bottom: 显示于结果底部 | Update time display position, need to enable open_update_time to take effect, optional values: top, bottom, top: display at the top of the result, bottom: display at the bottom of the result
Copy file name to clipboardExpand all lines: docs/config_en.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,5 @@
59
59
| subscribe_num | The number of preferred subscribe source interfaces in the results | 10 |
60
60
| time_zone | Time zone, can be used to control the time zone displayed by the update time, optional values: Asia/Shanghai or other time zone codes | Asia/Shanghai |
61
61
| urls_limit | Number of interfaces per channel | 10 |
62
+
| update_interval | Scheduled execution update interval, unit hours, set 0 or empty means run only once, does not apply to workflow | 12 |
62
63
| update_time_position | Update time display position, need to enable open_update_time to take effect, optional values: top, bottom, top: display at the top of the result, bottom: display at the bottom of the result | top |
0 commit comments