mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Merge remote-tracking branch 'origin/master' into guild_reward
This commit is contained in:
@@ -63,14 +63,14 @@ if server.server in ['cn', 'en', 'jp']:
|
||||
# Event
|
||||
page_event = Page(EVENT_CHECK)
|
||||
page_event.link(button=GOTO_MAIN, destination=page_main)
|
||||
page_event.link(button=BACK_ARROW, destination=page_campaign)
|
||||
page_campaign.link(button=CAMPAIGN_GOTO_EVENT, destination=page_event)
|
||||
# page_event.link(button=BACK_ARROW, destination=page_campaign)
|
||||
page_campaign_menu.link(button=CAMPAIGN_MENU_GOTO_EVENT, destination=page_event)
|
||||
|
||||
# SP
|
||||
page_sp = Page(SP_CHECK)
|
||||
page_sp.link(button=GOTO_MAIN, destination=page_main)
|
||||
page_sp.link(button=BACK_ARROW, destination=page_campaign)
|
||||
page_campaign.link(button=CAMPAIGN_GOTO_EVENT, destination=page_sp)
|
||||
# page_sp.link(button=BACK_ARROW, destination=page_campaign)
|
||||
page_campaign_menu.link(button=CAMPAIGN_MENU_GOTO_EVENT, destination=page_sp)
|
||||
|
||||
# War Archives
|
||||
# Don't enter page_archives from page_campaign
|
||||
|
||||
Reference in New Issue
Block a user