Fix examples, clean files, clean README

This commit is contained in:
Timothyxxx
2024-02-25 00:39:38 +08:00
parent 7427b39d1d
commit 792d8844c7
7 changed files with 38 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},