feat: Implement batch team owner processing with dedicated upload, configuration, and monitoring pages and backend services.

This commit is contained in:
2026-01-30 18:59:03 +08:00
parent 165c6d69b9
commit 6f18740215
7 changed files with 348 additions and 46 deletions

View File

@@ -78,6 +78,10 @@ func main() {
}
fmt.Println()
// 启动自动补号服务
api.StartAutoAddService()
fmt.Printf("%s[服务]%s 自动补号服务已启动\n", colorGreen, colorReset)
// 启动服务器
startServer(cfg)
}