ww
This commit is contained in:
BIN
app/util/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
app/util/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/util/__pycache__/apple_script.cpython-310.pyc
Normal file
BIN
app/util/__pycache__/apple_script.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/util/__pycache__/shell_execute.cpython-310.pyc
Normal file
BIN
app/util/__pycache__/shell_execute.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/util/__pycache__/system_api.cpython-310.pyc
Normal file
BIN
app/util/__pycache__/system_api.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user