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

@@ -8,7 +8,7 @@
"type": "launch",
"parameters": {
"command": [
"C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE"
"C:\\Program Files (x86)\\Microsoft Office\\root\\Office16\\EXCEL.EXE"
]
}
},
@@ -18,31 +18,29 @@
"files": [
{
"url": "https://drive.google.com/uc?id=1njAaNiujlh1DZzGK7nL5iZsppsNAMkH7&export=download",
"path": "C:\\Users\\chenj\\thunderbird-profile.7z"
"path": "C:\\Users\\User\\thunderbird-profile.7z"
}
]
}
},
{
"type": "execute",
"type": "command",
"parameters": {
"command": [
"C:\\Program Files\\7-Zip\\7z.exe",
"x", "C:\\Users\\chenj\\thunderbird-profile.7z"
]
"command":
["C:\\Program Files\\7-Zip\\7z", "x", "C:\\Users\\User\\thunderbird-profile.7z", "-oC:\\Users\\User"]
}
},
{
"type": "execute",
"parameters": {
"command": "rd /s /q C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
"command": "rd /s /q C:\\Users\\User\\AppData\\Roaming\\Thunderbird",
"shell": true
}
},
{
"type": "execute",
"parameters": {
"command": "move C:\\Users\\chenj\\Thunderbird C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
"command": "move C:\\Users\\User\\Thunderbird C:\\Users\\User\\AppData\\Roaming\\Thunderbird",
"shell": true
}
},
@@ -58,7 +56,7 @@
"trajectory": "trajectories/",
"related_apps": [
"thunderbird",
"libreoffice_calc"
"excel"
],
"evaluator": {
"func": [
@@ -69,12 +67,12 @@
"result": [
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Desktop\\contacts.csv",
"path": "C:\\Users\\User\\Desktop\\contacts.csv",
"dest": "contacts.csv"
},
{
"type": "vm_file",
"path": "C:\\Users\\chenj\\Desktop\\contacts.xlsx",
"path": "C:\\Users\\User\\Desktop\\contacts.xlsx",
"dest": "contacts.xlsx"
}
],