1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Add: 增加挂机收菜模式

This commit is contained in:
LmeSzinc
2020-05-06 23:53:25 +08:00
parent f9f0b59657
commit 65de042dd3
5 changed files with 22 additions and 5 deletions

View File

@@ -48,3 +48,6 @@ class LoginHandler(Combat):
if not self.device.app_is_running():
self.device.app_start()
self.handle_app_login()
return True
return False