mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: [TW] missing definition of page_campaign_menu (#274)
This commit is contained in:
parent
12e8ddc87b
commit
d563f0f835
@ -145,6 +145,7 @@ else:
|
||||
|
||||
# Main
|
||||
page_main = Page(MAIN_CHECK)
|
||||
page_campaign_menu = Page(CAMPAIGN_MENU_CHECK)
|
||||
page_campaign = Page(CAMPAIGN_CHECK)
|
||||
page_fleet = Page(FLEET_CHECK)
|
||||
page_main.link(button=MAIN_GOTO_CAMPAIGN, destination=page_campaign)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user