This commit is contained in:
wsl-d4
2025-08-26 16:44:41 +08:00
parent 4c586c6cfc
commit 722e15b458
30 changed files with 3900 additions and 3889 deletions

8
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "common-server",
"host": "10.0.3.14",
"host": "10.0.3.148",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "Awei@sxf01",
"remotePath": "/root/common-server",
"username": "awei",
"password": "123456",
"remotePath": "/home/awei/common-server",
"uploadOnSave": true
}