fix Desktop path error, revise main.py and update google writer tutorial
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1JqKzFk-4ru1BQdaInui37ORPC1btl7PK&export=download&authuser=0&confirm=t&uuid=449004d6-6f52-4ae3-9008-c2a0a6e0d17f&at=APZUnTXYRTL_FkB5l1TgseCgdSPK:1706155700724",
|
||||
"path": "Desktop/lecture.pdf"
|
||||
"path": "/home/user/Desktop/lecture.pdf"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1jS74kYGOcEMOWyHZxlqmQVPmIC6A-UBm&export=download&authuser=0&confirm=t&uuid=0521f46a-9aa5-4dfc-9761-ae6256a31488&at=APZUnTWwRv10ztlVQq2oVsiMX2_r:1706155684550",
|
||||
"path": "Desktop/Colorful-Flowers.mp3"
|
||||
"path": "/home/user/Desktop/Colorful-Flowers.mp3"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -32,14 +32,14 @@
|
||||
"command": [
|
||||
"vlc",
|
||||
"--start-time=10",
|
||||
"Desktop/Colorful-Flowers.mp3"
|
||||
"/home/user/Desktop/Colorful-Flowers.mp3"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "Desktop/lecture.pdf"
|
||||
"path": "/home/user/Desktop/lecture.pdf"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user