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

Fix: use _raid_has_oil_icon for new UI design

This commit is contained in:
sui-feng-cb
2026-02-05 20:44:16 +08:00
parent b8144ce41a
commit 6f1bdf1315
9 changed files with 71 additions and 32 deletions

View File

@@ -338,8 +338,10 @@ page_rpg_stage = Page(RPG_GOTO_STORY)
page_rpg_story = Page(RPG_GOTO_STAGE)
page_rpg_stage.link(button=RPG_GOTO_STORY, destination=page_rpg_story)
page_rpg_stage.link(button=RPG_HOME, destination=page_main)
page_rpg_stage.link(button=RPG_BACK, destination=page_campaign_menu)
page_rpg_story.link(button=RPG_GOTO_STAGE, destination=page_rpg_stage)
page_rpg_story.link(button=RPG_HOME, destination=page_main)
page_rpg_story.link(button=RPG_BACK, destination=page_campaign_menu)
page_campaign_menu.link(button=CAMPAIGN_MENU_GOTO_EVENT, destination=page_rpg_stage)
# page_main.link(button=MAIN_GOTO_RAID, destination=page_rpg_stage)