Skip to content

Commit 579d557

Browse files
committed
perf: 更新 更多参数
1 parent fbac9c4 commit 579d557

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

MoreYAML.resx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,24 @@
121121
<value># 节点前缀,依赖rename-node为true才生效
122122
node-prefix: ""
123123

124+
# 配置通知渠道,将自动发送检测结果通知,新版本通知
125+
# 复制 https://vercel.com/new/clone?repository-url=https://github.com/sinspired/apprise_vercel 到浏览器
126+
# 按提示部署,建议为 Vercel 项目设置自定义域名(国内访问 Vercel 可能受限)。
124127
# 填写搭建的apprise API server 地址
125-
# https://notify.xxxx.us.kg/notify
128+
# 示例:https://notify.xxxx.us.kg/notify
126129
apprise-api-server: ""
127-
# 填写通知目标
130+
# 通知渠道
128131
# 支持100+ 个通知渠道,详细格式请参照 https://github.com/caronc/apprise
129-
recipient-url:
130-
# telegram格式:tgram://&lt;bot_token&gt;/&lt;chat_id&gt;
132+
# 格式参考:
133+
# telegram格式:tgram://{bot_token}/{chat_id}
134+
# 钉钉格式:dingtalk://{Secret}@{ApiKey}
135+
# QQ邮箱:mailto://{QQ号}:{邮箱授权码}@qq.com
136+
# 邮箱授权码:设置-账号-POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务-开通-继续获取授权码
137+
recipient-url:
131138
# - tgram://xxxxxx/-1002149239223
132-
# 钉钉格式:dingtalk://&lt;secret&gt;@&lt;dd_token&gt;/&lt;chat_id&gt;
133-
# - dingtalk://xxxxxx@xxxxxxx/123123
139+
# - dingtalk://xxxxxx@xxxxxxx
140+
# - mailto://xxxxx:[email protected]
141+
134142
# 自定义通知标题
135143
notify-title: "🔔 节点状态更新"
136144

@@ -148,7 +156,7 @@ progress-mode: auto
148156
# 支持启动时检查更新及定时更新任务,无缝升级新版本
149157
# 支持apprise API通知渠道
150158
# true: 自动更新; false: 不更新
151-
update: true
159+
update: false
152160
# 启动时检查更新版本
153161
update-on-startup: true
154162
# 定时检查更新
@@ -202,8 +210,6 @@ ghproxy-group:
202210
- https://git.llvho.com/
203211
- https://hub.885666.xyz/
204212
- https://p.jackyu.cn/
205-
- https://github.cnxiaobai.com/
206-
207-
</value>
213+
- https://github.cnxiaobai.com/</value>
208214
</data>
209215
</root>

0 commit comments

Comments
 (0)