refactor: analysis mode.

This commit is contained in:
2026-04-27 16:49:00 +08:00
parent 4bd6486a14
commit 51871c352a
3 changed files with 122 additions and 15 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ func main() {
// 启动服务
r := routes.SetupRouter()
r.Run(":8080")
r.Run(":8081")
}