chore: 准备 v3.6.3 正式发布,将所有云端资源路由切换回 main 主干分支

This commit is contained in:
hotyue
2026-04-21 09:48:14 +00:00
parent 66f3ba7d06
commit c03f6ca9ba
8 changed files with 10 additions and 7 deletions

View File

@@ -387,7 +387,7 @@ class AgentHandler(http.server.BaseHTTPRequestHandler):
# [修复] 逃逸 Systemd Cgroup并引入 bash -n 语法树校验防砖机制
import shutil
import base64
repo_url = "https://raw.githubusercontent.com/hotyue/IP-Sentinel/v3.6.3-dev"
repo_url = "https://raw.githubusercontent.com/hotyue/IP-Sentinel/main"
# 动态构建报错回执文本 (第一层 Base64 隔离换行与特殊字符)
err_msg = f"❌ **OTA 熔断告警**\n📍 节点: `{config_mem.get('NODE_ALIAS', '未知')}`\n⚠ 原因: 脚本语法校验(bash -n)未通过,下载可能不完整。\n🚀 状态: 升级已取消,节点安全。"