mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 17:43:34 +08:00
Add: CAMPAIGN_MENU_GOTO_EVENT and links of page_event
- TODO: [EN][JP] Add CAMPAIGN_MENU_GOTO_EVENT.png and CAMPAIGN_MENU_GOTO_EVENT.BUTTON.png These assets only need to add once, don't need to update according to events
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