mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Leave page_channel during ui switching
This commit is contained in:
@@ -294,6 +294,12 @@ page_mail.link(button=GOTO_MAIN_WHITE, destination=page_main)
|
||||
# Mail enter varies from different UI
|
||||
page_main_white.link(button=MAIL_ENTER_WHITE, destination=page_mail)
|
||||
|
||||
# World channel
|
||||
# Both old and new UI have CHANNEL_CHECK
|
||||
# Click somewhere left to leave
|
||||
page_channel = Page(CHANNEL_CHECK)
|
||||
page_channel.link(button=CAMPAIGN_MENU_GOTO_CAMPAIGN, destination=page_main)
|
||||
|
||||
# RPG event (raid_20240328)
|
||||
page_rpg_stage = Page(RPG_GOTO_STORY)
|
||||
page_rpg_story = Page(RPG_GOTO_STAGE)
|
||||
|
||||
Reference in New Issue
Block a user