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": [