From 6ce27b121b0f2789d694f5b1c6ea9b7ac14d9833 Mon Sep 17 00:00:00 2001 From: Bread Grocery Date: Tue, 3 Mar 2026 21:32:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(js):=20=E6=94=AF=E6=8C=81=E3=80=8C?= =?UTF-8?q?=E7=BB=8F=E5=85=B8=E6=A8=A1=E5=BC=8F=E3=80=8D=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=8C=91=E6=88=98=20(#2953)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/MiliastraExperiencePlayback/libs/modules/stage.js | 4 +++- repo/js/MiliastraExperiencePlayback/manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js b/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js index b1c67e1b2..ceb5bc210 100644 --- a/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js +++ b/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js @@ -27,8 +27,10 @@ const playStage = async (playbacks) => { !(await waitForAction( () => findStageEscBtn() !== void 0 || findBottomBtnText("返回大厅") !== void 0, async () => { + //! 关卡房间,点击 “开始游戏” 按钮 findBottomBtnText("开始游戏")?.click(); - findBottomBtnText("准备", true)?.click(); + //! 「经典模式」关卡,点击 “开始挑战” 按钮 + findBottomBtnText("开始挑战")?.click(); //! 判断是否已经加入准备区 if (findPrepareMsg()) { log.info("加入准备区..."); diff --git a/repo/js/MiliastraExperiencePlayback/manifest.json b/repo/js/MiliastraExperiencePlayback/manifest.json index eba0f1da9..539dede6a 100644 --- a/repo/js/MiliastraExperiencePlayback/manifest.json +++ b/repo/js/MiliastraExperiencePlayback/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "千星奇域·每周经验刷取(回放通关版)", - "version": "0.1.13", + "version": "0.1.14", "bgi_version": "0.54.0", "description": "千星奇域·每周经验刷取(回放通关版)", "authors": [