fix Desktop path error, revise main.py and update google writer tutorial

This commit is contained in:
rhythmcao
2024-02-06 21:45:03 +08:00
parent df5594b645
commit 8b42d699af
61 changed files with 201 additions and 191 deletions

View File

@@ -10,7 +10,7 @@
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1fxR-hAaF5BoONWxmzJTrIxXFw9EHTg_A",
"path": "Desktop/computer.png"
"path": "/home/user/Desktop/computer.png"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"Desktop/computer.png"
"/home/user/Desktop/computer.png"
]
}
}
@@ -83,12 +83,12 @@
"func": "check_palette_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "Desktop/computer.png",
"path": "/home/user/Desktop/computer.png",
"dest": "computer.png"
},
"result": {
"type": "vm_file",
"path": "Desktop/palette_computer.png",
"path": "/home/user/Desktop/palette_computer.png",
"dest": "palette_computer.png"
}
}