This commit is contained in:
编码猿
2025-08-29 22:01:46 +08:00
parent 463c1d1137
commit f41bf06b0c
797 changed files with 3 additions and 277190 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -48,7 +48,7 @@ def unlock():
success()
# 唤醒屏幕进入锁屏界面
def unlock_screen():
def unlock_screen():
code = '''tell application "System Events" to keystroke "a" using command down'''
return AppleScript.exec(code)