后台运行和交互优化

This commit is contained in:
user123
2026-01-29 00:19:26 +08:00
parent 9f2fa10002
commit 2320da557a
4 changed files with 139 additions and 17 deletions

View File

@@ -22,4 +22,7 @@ func main() {
fmt.Println("Web Console: http://127.0.0.1:18789/")
}
}
fmt.Println("\n按 Enter 键退出...")
fmt.Scanln()
}