From 3f1c8f68ddeae53aee85d5af1277fe1709773b72 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Mon, 1 Jun 2026 22:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20usdtman?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 --- .vscode/launch.json | 12 ------------ .vscode/tasks.json | 24 +----------------------- android/.idea/vcs.xml | 1 - servers/usdtman | 1 - 5 files changed, 1 insertion(+), 40 deletions(-) delete mode 160000 servers/usdtman diff --git a/.gitmodules b/.gitmodules index 4f648a6..8459670 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "servers/walletman"] path = servers/walletman url = https://gitea.seaflygames.live/ipay/walletman.git -[submodule "servers/usdtman"] - path = servers/usdtman - url = https://gitea.seaflygames.live/true_casey/usdtman.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 9540eeb..9162cae 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -100,18 +100,6 @@ "buildFlags": "-buildvcs=false", "console": "integratedTerminal", "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}" - } } ] } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6d600f7..615a97b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -22,28 +22,6 @@ "kind": "build", "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 - } - }, + } ] } diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml index c571faa..2c7ad46 100644 --- a/android/.idea/vcs.xml +++ b/android/.idea/vcs.xml @@ -5,7 +5,6 @@ - \ No newline at end of file diff --git a/servers/usdtman b/servers/usdtman deleted file mode 160000 index 753bd4a..0000000 --- a/servers/usdtman +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 753bd4a4d6aad63dd233ff1be4b025960badd9ed