1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Add: 支持App控制, 支持自动登录

- 修复了12-4地图信息的错误
This commit is contained in:
LmeSzinc
2020-04-10 14:18:10 +08:00
parent 677757ecfc
commit ae94260ff8
17 changed files with 86 additions and 3 deletions

View File

@@ -77,3 +77,8 @@ page_commission = Page(COMMISSION_CHECK)
page_commission.link(button=GOTO_MAIN, destination=page_main)
page_commission.link(button=BACK_ARROW, destination=page_reward)
page_reward.link(button=REWARD_GOTO_COMMISSION, destination=page_commission)
# Event list
page_event_list = Page(EVENT_LIST_CHECK)
page_event_list.link(button=GOTO_MAIN, destination=page_main)
page_main.link(button=MAIN_GOTO_EVENT_LIST, destination=page_event_list)