增加状态显示

This commit is contained in:
2026-03-05 23:20:40 +08:00
parent 6e48882bb0
commit f0eb7fead5
5 changed files with 34 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@@ -7,6 +7,7 @@
"command": "go",
"args": [
"build",
"-buildvcs=false",
"-o",
"${workspaceFolder}/servers/walletman/bin/server",
"./cmd/server"
@@ -28,6 +29,7 @@
"command": "go",
"args": [
"build",
"-buildvcs=false",
"-o",
"${workspaceFolder}/servers/usdtman/bin/server",
"./cmd/server"