feat: Implement core backend API server, S2A integration, auto-add service, and a new monitoring page.

This commit is contained in:
2026-01-30 19:26:33 +08:00
parent 364b393bc6
commit d73ca4c6ff
4 changed files with 36 additions and 20 deletions

View File

@@ -78,9 +78,8 @@ func main() {
}
fmt.Println()
// 启动自动补号服务
// 启动自动补号检查器(需在前端开启开关才会实际补号)
api.StartAutoAddService()
fmt.Printf("%s[服务]%s 自动补号服务已启动\n", colorGreen, colorReset)
// 启动服务器
startServer(cfg)