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,11 +10,11 @@
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1p0m5meh7NIT4v6hNdqJqK3GCcpZiMapB",
"path": "Desktop/Triangle_On_The_Side.png"
"path": "/home/user/Desktop/Triangle_On_The_Side.png"
},
{
"url": "https://drive.google.com/uc?export=download&id=1w7f2fW2mWkUbteQvQd-lepHzvBC9GaG_",
"path": "Desktop/Triangle_On_The_Side.xcf"
"path": "/home/user/Desktop/Triangle_On_The_Side.xcf"
}
]
}
@@ -24,7 +24,7 @@
"parameters": {
"command": [
"gimp",
"Desktop/Triangle_On_The_Side.xcf"
"/home/user/Desktop/Triangle_On_The_Side.xcf"
]
}
}
@@ -87,7 +87,7 @@
"func": "check_triangle_position",
"result": {
"type": "vm_file",
"path": "Desktop/Triangle_In_The_Middle.png",
"path": "/home/user/Desktop/Triangle_In_The_Middle.png",
"dest": "Triangle_In_The_Middle.png"
}
}