删除 usdtman
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
12
.vscode/launch.json
vendored
@@ -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}"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
@@ -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
1
android/.idea/vcs.xml
generated
@@ -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
Reference in New Issue
Block a user