Change inputText parameter from roomID to starRoomName in createStarmap (#2912)

从收藏创建关卡, 搜索应该是搜索房间号, 不是房间ID
This commit is contained in:
fcying
2026-02-23 09:58:08 +08:00
committed by GitHub
parent 76be5ae783
commit 8ca2936824

View File

@@ -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);