From 983c3ca5eac2f590b1a2f6a42e65b88c1ccc32c0 Mon Sep 17 00:00:00 2001 From: Yusen Wu Date: Fri, 2 Aug 2024 21:53:40 +0100 Subject: [PATCH] chore: text --- modules/AllTask/SubTask/FightQuest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/AllTask/SubTask/FightQuest.py b/modules/AllTask/SubTask/FightQuest.py index d06bc579..84bf4841 100644 --- a/modules/AllTask/SubTask/FightQuest.py +++ b/modules/AllTask/SubTask/FightQuest.py @@ -108,6 +108,7 @@ def on_run(self) -> None: break else: logging.info({"zh_CN": "无法匹配右上暂停", "en_US": "Cannot match the upper right fight pause"}) + logging.warn({"zh_CN": "请确认游戏设置:战斗时上下黑边 为 关", "en_US": "Please confirm the game settings: Black edges during battle are off"}) # 2. 如果是剧情,跳过剧情 if match(button_pic(ButtonName.BUTTON_STORY_MENU)): logging.info({"zh_CN": "剧情中...", "en_US": "In the plot..."})