From 8ca2936824c1df32ea9bd9ca08b9892d9a29db31 Mon Sep 17 00:00:00 2001 From: fcying Date: Mon, 23 Feb 2026 09:58:08 +0800 Subject: [PATCH] Change inputText parameter from roomID to starRoomName in createStarmap (#2912) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从收藏创建关卡, 搜索应该是搜索房间号, 不是房间ID --- repo/js/WeeklyThousandStarRealm/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/js/WeeklyThousandStarRealm/main.js b/repo/js/WeeklyThousandStarRealm/main.js index 9c3c347b7..e92d2eb9d 100644 --- a/repo/js/WeeklyThousandStarRealm/main.js +++ b/repo/js/WeeklyThousandStarRealm/main.js @@ -261,7 +261,7 @@ async function createMap() { // 从收藏创建关卡 async function createStarMap() { await findTextAndClick("搜索", 0, 0, 1920, 120); - inputText(roomID); + inputText(starRoomName); await sleep(500); await findTextAndClick("搜索", 0, 0, 1920, 120); await sleep(duration);