mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-21 04:19:51 +08:00
fix: 千星滚动找图 (#2849)
This commit is contained in:
@@ -205,11 +205,11 @@ async function findSaveInList(keyword) {
|
||||
return region;
|
||||
}
|
||||
|
||||
moveMouseTo(890, 800);
|
||||
// 向下滚动
|
||||
moveMouseTo(1800, 500);
|
||||
await sleep(100);
|
||||
await mouseScrollDown(400);
|
||||
await sleep(500);
|
||||
for (let count = 0; count < 5; count++) {
|
||||
verticalScroll(-10);
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
@@ -325,7 +325,7 @@ async function createMap() {
|
||||
// 从收藏创建关卡
|
||||
async function createStarMap() {
|
||||
await findTextAndClick("搜索", 0, 0, 1920, 120);
|
||||
inputText(starRoomName);
|
||||
inputText(roomID);
|
||||
await sleep(1000);
|
||||
await findTextAndClick("搜索", 0, 0, 1920, 120);
|
||||
await sleep(duration);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "千星奇域每周成就经验刷取",
|
||||
"version": "2.6",
|
||||
"version": "2.7",
|
||||
"bgi_version": "0.54.0",
|
||||
"description": "无需自己找图,可用于利用成就高经验值刷取经验,默认配置每周刷满需要24分钟",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user