From e6a25d154aebf37b91536892129fc34997de6a0b Mon Sep 17 00:00:00 2001 From: Bread Grocery Date: Mon, 26 Jan 2026 16:33:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(js):=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=E5=A5=87=E5=9F=9F=E7=AD=89=E7=BA=A7=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E9=A1=B5=E9=9D=A2=E5=A4=B1=E8=B4=A5=20(#2787)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MiliastraExperiencePlayback/libs/constants/regions.js | 7 +------ repo/js/MiliastraExperiencePlayback/libs/modules/stage.js | 3 +-- repo/js/MiliastraExperiencePlayback/manifest.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/repo/js/MiliastraExperiencePlayback/libs/constants/regions.js b/repo/js/MiliastraExperiencePlayback/libs/constants/regions.js index 5e3984fff..1d3f60574 100644 --- a/repo/js/MiliastraExperiencePlayback/libs/constants/regions.js +++ b/repo/js/MiliastraExperiencePlayback/libs/constants/regions.js @@ -35,7 +35,7 @@ const findCloseDialog = () => { }; //! 通用:点击空白处区域继续位置 const clickToContinue = () => { - click(900, 1050); + click(960, 1070); }; //! 查找UID文本 const findUidText = () => { @@ -185,10 +185,6 @@ const findStageEscBtn = () => { const findExitStageBtn = () => { return findTextWithinBounds("中断挑战", 576, 324, 768, 432); }; -//! 关卡:查找奇域等级提升页面 -const findSkipLevelUpMsg = () => { - return findTextWithinBounds("空白处", 610, 950, 700, 60, { contains: true }); -}; //! 退出:查找返回提瓦特按钮 const findGotTeyvatBtn = () => { return findTextWithinBounds("返回", 1500, 0, 300, 95, { contains: true }); @@ -259,7 +255,6 @@ export { findSearchWonderlandBtn, findSearchWonderlandInput, findSearchWonderlandThrottleMsg, - findSkipLevelUpMsg, findStageEscBtn, findUidText, }; diff --git a/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js b/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js index 12aa297e8..b1c67e1b2 100644 --- a/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js +++ b/repo/js/MiliastraExperiencePlayback/libs/modules/stage.js @@ -13,7 +13,6 @@ import { findCloseDialog, findExitStageBtn, findPrepareMsg, - findSkipLevelUpMsg, findStageEscBtn, } from "../constants/regions.js"; import { isInLobby } from "./lobby.js"; @@ -111,7 +110,7 @@ const exitStageToLobby = async () => { isInLobby, async () => { //! 跳过奇域等级提升页面(奇域等级每逢11、21、31、41级时出现加星页面) - if (findSkipLevelUpMsg()) clickToContinue(); + clickToContinue(); //! 点击底部 “返回大厅” 按钮 findBottomBtnText("返回大厅")?.click(); }, diff --git a/repo/js/MiliastraExperiencePlayback/manifest.json b/repo/js/MiliastraExperiencePlayback/manifest.json index 559adbcc0..eba0f1da9 100644 --- a/repo/js/MiliastraExperiencePlayback/manifest.json +++ b/repo/js/MiliastraExperiencePlayback/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "千星奇域·每周经验刷取(回放通关版)", - "version": "0.1.12", + "version": "0.1.13", "bgi_version": "0.54.0", "description": "千星奇域·每周经验刷取(回放通关版)", "authors": [