mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 02:25:31 +08:00
Fix: Comment links of page_raid temporarily
since this event shares the same title with raid
This commit is contained in:
@@ -129,8 +129,8 @@ page_main.link(button=MAIN_GOTO_EVENT_LIST, destination=page_event_list)
|
|||||||
|
|
||||||
# Raid
|
# Raid
|
||||||
page_raid = Page(RAID_CHECK)
|
page_raid = Page(RAID_CHECK)
|
||||||
page_raid.link(button=GOTO_MAIN, destination=page_main)
|
# page_raid.link(button=GOTO_MAIN, destination=page_main)
|
||||||
page_main.link(button=MAIN_GOTO_RAID, destination=page_raid)
|
# page_main.link(button=MAIN_GOTO_RAID, destination=page_raid)
|
||||||
|
|
||||||
# Research
|
# Research
|
||||||
# Please don't goto page_research from page_reward.
|
# Please don't goto page_research from page_reward.
|
||||||
|
|||||||
Reference in New Issue
Block a user