chore: modify windows evaluations samples

This commit is contained in:
Jiaqi DENG
2024-09-21 23:46:39 +08:00
parent 50a887ebb6
commit e0d0041520
48 changed files with 249 additions and 268 deletions

View File

@@ -7,7 +7,7 @@
{
"type": "command",
"parameters": {
"command": "mkdir C:\\Users\\chenj\\Documents\\Code\\Website",
"command": "mkdir C:\\Users\\User\\Documents\\Code\\Website",
"shell": true
}
},
@@ -16,7 +16,7 @@
"parameters": {
"files": [
{
"path": "C:\\Users\\chenj\\.tmp.7z",
"path": "C:\\Users\\User\\.tmp.7z",
"url": "https://drive.google.com/uc?id=1LYc6rBSuCNBtTQIg-m9zP6KmlEB_Zfdo&export=download"
}
]
@@ -27,27 +27,23 @@
"parameters": {
"command": [
"C:\\Program Files\\7-Zip\\7z.exe",
"x", "-oC:\\Users\\chenj\\Documents\\Code\\Website",
"C:\\Users\\chenj\\.tmp.7z"
"x", "-oC:\\Users\\User\\Documents\\Code\\Website",
"C:\\Users\\User\\.tmp.7z"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"--remote-debugging-port=1337"
]
"command":
["C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe", "--remote-debugging-port=1337"]
}
},
{
"type": "launch",
"parameters": {
"command": [
"ncat.exe", "-k", "-l", "0.0.0.0", "9222",
"--sh-exec", "ncat.exe 127.0.0.1 1337"
]
"command": "ncat.exe -k -l 0.0.0.0 9222 --sh-exec \"ncat.exe 127.0.0.1 1337\"",
"shell": true
}
},
{
@@ -114,7 +110,7 @@
},
"result": {
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Code\\Website\\academicpages.github.io\\_config.yml",
"path": "C:\\Users\\User\\Documents\\Code\\Website\\academicpages.github.io\\_config.yml",
"dest": "_config.yaml"
}
}