From 590627f38e10f329ca5e293aa35d7d360d44954f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:25:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BB=B6=E9=95=BF=E5=8D=83=E6=98=9F?= =?UTF-8?q?=E5=88=9B=E5=9B=BE=E8=BE=93=E5=85=A5=E5=BB=B6=E8=BF=9F=20(#2929?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/WeeklyThousandStarRealm/main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repo/js/WeeklyThousandStarRealm/main.js b/repo/js/WeeklyThousandStarRealm/main.js index e16a95391..88158eac0 100644 --- a/repo/js/WeeklyThousandStarRealm/main.js +++ b/repo/js/WeeklyThousandStarRealm/main.js @@ -261,9 +261,9 @@ async function enterStarSourcePage() { // 创建关卡 async function createMap() { await findTextAndClick("搜索", 1320, 0, 600, 95); - await findTextAndClick("搜索", 0, 120, 1920, 60); + await findTextAndClick("搜索", 0, 120, 1920, 60, 10, 100, 50, 200); inputText(roomID); - await sleep(1000); + await sleep(duration); await findTextAndClick("搜索", 0, 120, 1920, 60); await sleep(duration); click(355, 365); @@ -280,9 +280,9 @@ async function createMap() { // 从收藏创建关卡 async function createStarMap() { await checkAndFold(); - await findTextAndClick("搜索", 0, 0, 1920, 120); + await findTextAndClick("搜索", 0, 0, 1920, 120, 10, 100, 50, 200); inputText(starRoomName); - await sleep(500); + await sleep(duration); await findTextAndClick("搜索", 0, 0, 1920, 120); await sleep(duration); click(420, 830);