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

@@ -16,10 +16,8 @@
{
"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
}
},
{
@@ -33,7 +31,7 @@
{
"type": "execute",
"parameters": {
"command": "mkdir C:\\Users\\chenj\\Documents\\Projects",
"command": "mkdir C:\\Users\\User\\Documents\\Projects",
"shell": "true"
}
},
@@ -42,7 +40,7 @@
"parameters": {
"command": [
"explorer.exe",
"C:\\Users\\chenj\\Documents\\Projects"
"C:\\Users\\User\\Documents\\Projects"
]
}
}
@@ -63,27 +61,27 @@
"result": [
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\manifest.json",
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\manifest.json",
"dest": "manifest.json"
},
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\background_script.js",
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\background_script.js",
"dest": "background_script.js"
},
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\index.html",
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\index.html",
"dest": "index.html"
},
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\style.css",
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\style.css",
"dest": "style.css"
},
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Documents\\Projects\\happy-extension\\browserAction\\script.js",
"path": "C:\\Users\\User\\Documents\\Projects\\happy-extension\\browserAction\\script.js",
"dest": "script.js"
}
],