refactor: 使用 keyboard 模块替代 pyautogui 模块

This commit is contained in:
DLmaster361
2025-06-10 18:48:41 +08:00
parent 92e274d3fd
commit 916396f855
8 changed files with 21 additions and 18 deletions

View File

@@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig):
class AppConfig(GlobalConfig):
VERSION = "4.3.10.2"
VERSION = "4.3.10.3"
gameid_refreshed = Signal()
PASSWORD_refreshed = Signal()