fix(maa): 静默模式控制时段延长至模拟器完成启动的10s后

This commit is contained in:
DLmaster361
2025-06-11 01:13:57 +08:00
parent 916396f855
commit 428b849bcc
7 changed files with 17 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -1,6 +1,11 @@
{
"main_version": "4.3.10.3",
"main_version": "4.3.10.0",
"version_info": {
"4.3.10.0": {
"程序优化": [
"静默模式控制时段延长至模拟器完成启动的10s后"
]
},
"4.3.10.3": {
"程序优化": [
"使用 keyboard 模块替代 pyautogui 模块"