mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
Change inputText parameter from roomID to starRoomName in createStarmap (#2912)
从收藏创建关卡, 搜索应该是搜索房间号, 不是房间ID
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user