修改kni压缩包

This commit is contained in:
崔一鸣
2019-06-22 18:22:31 +08:00
parent ce3505f485
commit 88a9f7b71d
7 changed files with 895 additions and 0 deletions

16
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"host": "192.168.10.38",
"username": "root",
"password": "111111",
"remotePath": "/root/cuiyiming/tsg_scripts",
"protocol": "sftp",
"port": 22,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}