This commit is contained in:
awei
2025-03-03 17:43:50 +08:00
commit 113756eaae
1497 changed files with 127997 additions and 0 deletions

10
.vscode/sftp.json vendored Normal file
View File

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