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

Fix: Comment links of page_raid temporarily

since this event shares the same title with raid
This commit is contained in:
LmeSzinc
2023-05-28 19:56:07 +08:00
parent 9569435e58
commit ccb26acd99

View File

@@ -129,8 +129,8 @@ page_main.link(button=MAIN_GOTO_EVENT_LIST, destination=page_event_list)
# Raid
page_raid = Page(RAID_CHECK)
page_raid.link(button=GOTO_MAIN, destination=page_main)
page_main.link(button=MAIN_GOTO_RAID, destination=page_raid)
# page_raid.link(button=GOTO_MAIN, destination=page_main)
# page_main.link(button=MAIN_GOTO_RAID, destination=page_raid)
# Research
# Please don't goto page_research from page_reward.