[2025-07-07 09:48:43]-自动同步

This commit is contained in:
2025-07-07 09:48:43 +08:00
Unverified
parent 917a313b4f
commit 1d53b13368
3 changed files with 9365 additions and 44164 deletions

View File

@@ -17,6 +17,7 @@ mkdir -p "$(dirname "$CLASH_FILE")" 2>/dev/null
log "目录 $(dirname "$CLASH_FILE") 存在。"
# 尝试下载文件
# if curl -sS --fail -o "$CLASH_FILE" "$URL"; then
if curl -sS --fail -o "$CLASH_FILE" "$URL"; then
log "Clash 配置文件下载成功。"