feat: Implement core backend API server, S2A integration, auto-add service, and a new monitoring page.
This commit is contained in:
@@ -78,9 +78,8 @@ func main() {
|
||||
}
|
||||
fmt.Println()
|
||||
|
||||
// 启动自动补号服务
|
||||
// 启动自动补号检查器(需在前端开启开关才会实际补号)
|
||||
api.StartAutoAddService()
|
||||
fmt.Printf("%s[服务]%s 自动补号服务已启动\n", colorGreen, colorReset)
|
||||
|
||||
// 启动服务器
|
||||
startServer(cfg)
|
||||
|
||||
Reference in New Issue
Block a user