删除 usdtman

This commit is contained in:
2026-06-01 22:10:00 +08:00
parent f7f7312ff5
commit 3f1c8f68dd
5 changed files with 1 additions and 40 deletions

3
.gitmodules vendored
View File

@@ -4,6 +4,3 @@
[submodule "servers/walletman"] [submodule "servers/walletman"]
path = servers/walletman path = servers/walletman
url = https://gitea.seaflygames.live/ipay/walletman.git url = https://gitea.seaflygames.live/ipay/walletman.git
[submodule "servers/usdtman"]
path = servers/usdtman
url = https://gitea.seaflygames.live/true_casey/usdtman.git

12
.vscode/launch.json vendored
View File

@@ -100,18 +100,6 @@
"buildFlags": "-buildvcs=false", "buildFlags": "-buildvcs=false",
"console": "integratedTerminal", "console": "integratedTerminal",
"env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" }
},
{
"name": "Debug USDTMan Server",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/servers/usdtman/cmd/server",
"cwd": "${workspaceFolder}/servers/usdtman",
"buildFlags": "-buildvcs=false",
"env": {
"PATH": "/Users/hybro/go/bin:${env:PATH}"
}
} }
] ]
} }

24
.vscode/tasks.json vendored
View File

@@ -22,28 +22,6 @@
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true
} }
}, }
{
"label": "build usdtman",
"type": "shell",
"command": "go",
"args": [
"build",
"-buildvcs=false",
"-o",
"${workspaceFolder}/servers/usdtman/bin/server",
"./cmd/server"
],
"options": {
"cwd": "${workspaceFolder}/servers/usdtman"
},
"problemMatcher": [
"$go"
],
"group": {
"kind": "build",
"isDefault": true
}
},
] ]
} }

1
android/.idea/vcs.xml generated
View File

@@ -5,7 +5,6 @@
<mapping directory="$PROJECT_DIR$/.." vcs="Git" /> <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/../libs/rnwalletman" vcs="Git" /> <mapping directory="$PROJECT_DIR$/../libs/rnwalletman" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../node_modules/rnwalletman" vcs="Git" /> <mapping directory="$PROJECT_DIR$/../node_modules/rnwalletman" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../servers/usdtman" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../servers/walletman" vcs="Git" /> <mapping directory="$PROJECT_DIR$/../servers/walletman" vcs="Git" />
</component> </component>
</project> </project>

Submodule servers/usdtman deleted from 753bd4a4d6