We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
单独执行“商店购买”日志如下: INFO | 2025-01-11 10:50:00 | Starting Blue Archive Auto Script... INFO | 2025-01-11 10:50:00 | -------------- Start Scheduler ---------------- INFO | 2025-01-11 10:50:00 | CHECK RESTART INFO | 2025-01-11 10:50:00 | Scheduler : { INFO | 2025-01-11 10:50:00 | pre_task : [] INFO | 2025-01-11 10:50:00 | current_task : common_shop INFO | 2025-01-11 10:50:00 | post_task : [] INFO | 2025-01-11 10:50:00 | } INFO | 2025-01-11 10:50:00 | current_task: [ common_shop ] start INFO | 2025-01-11 10:50:00 | end : main_page INFO | 2025-01-11 10:50:00 | find : main_page INFO | 2025-01-11 10:50:00 | click (799 , 653) 随后程序不再有进一步触摸操作或新的日志(除了check package日志) 此时模拟器界面为
单独执行“竞技场商店购买”日志如下: INFO | 2025-01-11 10:53:15 | Starting Blue Archive Auto Script... INFO | 2025-01-11 10:53:15 | -------------- Start Scheduler ---------------- INFO | 2025-01-11 10:53:15 | CHECK RESTART INFO | 2025-01-11 10:53:15 | Scheduler : { INFO | 2025-01-11 10:53:15 | pre_task : [] INFO | 2025-01-11 10:53:15 | current_task : tactical_challenge_shop INFO | 2025-01-11 10:53:15 | post_task : [] INFO | 2025-01-11 10:53:15 | } INFO | 2025-01-11 10:53:15 | current_task: [ tactical_challenge_shop ] start INFO | 2025-01-11 10:53:15 | end : main_page INFO | 2025-01-11 10:53:15 | find : main_page INFO | 2025-01-11 10:53:15 | click (823 , 653) 随后程序不再有进一步触摸操作或新的日志(除了check package日志) 此时模拟器界面与上图相同。
“商店购买”的配置: “竞技场商店购买”的配置:
服务器为国服,使用模拟器为mumu,分辨率为1920x1080 (DPI 280)
The text was updated successfully, but these errors were encountered:
Bug fix
f2b0ef3
bug fix for issue #215
fixed
Sorry, something went wrong.
No branches or pull requests
单独执行“商店购买”日志如下:

INFO | 2025-01-11 10:50:00 | Starting Blue Archive Auto Script...
INFO | 2025-01-11 10:50:00 | -------------- Start Scheduler ----------------
INFO | 2025-01-11 10:50:00 | CHECK RESTART
INFO | 2025-01-11 10:50:00 | Scheduler : {
INFO | 2025-01-11 10:50:00 | pre_task : []
INFO | 2025-01-11 10:50:00 | current_task : common_shop
INFO | 2025-01-11 10:50:00 | post_task : []
INFO | 2025-01-11 10:50:00 | }
INFO | 2025-01-11 10:50:00 | current_task: [ common_shop ] start
INFO | 2025-01-11 10:50:00 | end : main_page
INFO | 2025-01-11 10:50:00 | find : main_page
INFO | 2025-01-11 10:50:00 | click (799 , 653)
随后程序不再有进一步触摸操作或新的日志(除了check package日志)
此时模拟器界面为
单独执行“竞技场商店购买”日志如下:
INFO | 2025-01-11 10:53:15 | Starting Blue Archive Auto Script...
INFO | 2025-01-11 10:53:15 | -------------- Start Scheduler ----------------
INFO | 2025-01-11 10:53:15 | CHECK RESTART
INFO | 2025-01-11 10:53:15 | Scheduler : {
INFO | 2025-01-11 10:53:15 | pre_task : []
INFO | 2025-01-11 10:53:15 | current_task : tactical_challenge_shop
INFO | 2025-01-11 10:53:15 | post_task : []
INFO | 2025-01-11 10:53:15 | }
INFO | 2025-01-11 10:53:15 | current_task: [ tactical_challenge_shop ] start
INFO | 2025-01-11 10:53:15 | end : main_page
INFO | 2025-01-11 10:53:15 | find : main_page
INFO | 2025-01-11 10:53:15 | click (823 , 653)
随后程序不再有进一步触摸操作或新的日志(除了check package日志)
此时模拟器界面与上图相同。
“商店购买”的配置:


“竞技场商店购买”的配置:
服务器为国服,使用模拟器为mumu,分辨率为1920x1080 (DPI 280)
The text was updated successfully, but these errors were encountered: