1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-09-13 14:15:47 +00:00
7 changed files with 25 additions and 15 deletions

View File

@@ -34,6 +34,9 @@ ASIDE_SWITCH_20241219.add_state('part1', CHAPTER_20241219_PART1)
ASIDE_SWITCH_20241219.add_state('part2', CHAPTER_20241219_PART2)
ASIDE_SWITCH_20241219.add_state('sp', CHAPTER_20241219_SP)
ASIDE_SWITCH_20241219.add_state('ex', CHAPTER_20241219_EX)
# shorten unknown_timer for faster hanlding
# because of game bug that aside indicator will be missing after campaign retreat or finish
ASIDE_SWITCH_20241219.set_unknown_timer = Timer(0.6, count=2)
def is_digit_chapter(chapter):