fix error in writer

This commit is contained in:
rhythmcao
2024-02-02 05:33:03 +08:00
parent 94eebfa9ec
commit 5c6748d39a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id": "66399b0d-8fda-4618-95c4-bfc6191617e9", "id": "66399b0d-8fda-4618-95c4-bfc6191617e9",
"snapshot": "libreoffice_writer", "snapshot": "libreoffice_writer",
"instruction": "Could you help me insert a 7*5 empty table at the point of cursor?", "instruction": "Could you help me insert a 7(columns)*5(rows) empty table at the point of cursor?",
"source": "https://www.youtube.com/watch?v=l25Evu4ohKg", "source": "https://www.youtube.com/watch?v=l25Evu4ohKg",
"config": [ "config": [
{ {
@@ -27,7 +27,7 @@
"command": [ "command": [
"python", "python",
"-c", "-c",
"import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=40, interval=10); time.sleep(1); pyautogui.scroll(-2)" "import pyautogui; import time; pyautogui.press(\"down\", presses=40, interval=0.01); time.sleep(1); pyautogui.scroll(-2)"
] ]
} }
} }

View File

@@ -38,7 +38,7 @@
"command": [ "command": [
"python", "python",
"-c", "-c",
"import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=8, interval=3); time.sleep(1); pyautogui.scroll(-2)" "import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=8, interval=0.01); time.sleep(1); pyautogui.scroll(-2)"
] ]
} }
} }
@@ -81,7 +81,7 @@
}, },
"expected": { "expected": {
"type": "cloud_file", "type": "cloud_file",
"path": "https://drive.usercontent.google.com/download?id=1xbhlfqGrPutHHi2aHg66jwXD-yaZpe9j&export=download&authuser=0&confirm=t&uuid=427765e0-3f97-4a72-92db-a1fe7cdde73b&at=APZUnTUhNLh2PDu4OGkCVQW-LPCd:1704173991269", "path": "https://drive.usercontent.google.com/download?id=1xbhlfqGrPutHHi2aHg66jwXD-yaZpe9j&export=download&authuser=0&confirm=t&uuid=802d477e-d97b-4641-84fb-9eaf8805c35c&at=APZUnTWS0KOqHCPnufPJfDEfGE2u:1706822844322",
"dest": "Viewing_Your_Class_Schedule_and_Textbooks_Gold.docx" "dest": "Viewing_Your_Class_Schedule_and_Textbooks_Gold.docx"
} }
} }