Compare commits
2 Commits
d28ce7fdaf
...
a1286f00a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1286f00a1 | ||
|
|
726af55700 |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"time": "20250715060943",
|
||||
"time": "20250715081634",
|
||||
"url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip",
|
||||
"file": "repo.json",
|
||||
"indexes": [
|
||||
@@ -70129,8 +70129,8 @@
|
||||
{
|
||||
"name": "AutoHoeingOneDragon",
|
||||
"type": "directory",
|
||||
"hash": "f7b4de6b703b0b8a1e156a619da6fa7e1c179b32",
|
||||
"version": "1.1.9",
|
||||
"hash": "e451abb1d21e5d998628bbba0a6c6686eae55547",
|
||||
"version": "1.1.10",
|
||||
"author": "mno",
|
||||
"authors": [
|
||||
{
|
||||
@@ -70139,7 +70139,7 @@
|
||||
],
|
||||
"description": "锄地一条龙~|~一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用",
|
||||
"tags": [],
|
||||
"lastUpdated": "2025-07-14 23:02:31"
|
||||
"lastUpdated": "2025-07-15 08:16:18"
|
||||
},
|
||||
{
|
||||
"name": "AutoLeyLineOutcrop",
|
||||
|
||||
@@ -512,6 +512,7 @@ async function runPath(pathFilePath, map_name, whitelistKeywords, blacklistKeywo
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
//检查是否在主界面
|
||||
async function isMainUI() {
|
||||
// 修改后的图像路径
|
||||
@@ -553,13 +554,15 @@ async function runPath(pathFilePath, map_name, whitelistKeywords, blacklistKeywo
|
||||
|
||||
// 尝试找到 F 图标
|
||||
let fRes = await findFIcon(imagePath, 1102, 335, 34, 400, 200);
|
||||
if (!fRes || new Date() - lastCheckMainUi > 2011) {
|
||||
if (!fRes || ((new Date() - lastCheckMainUi) > 2011)) {
|
||||
state.atMainUi = await isMainUI();
|
||||
lastCheckMainUi = new Date();
|
||||
}
|
||||
if (!fRes && state.atMainUi) {
|
||||
//log.info("在主界面,尝试下滑");
|
||||
await keyMouseScript.runFile(`assets/滚轮下翻.json`);
|
||||
}
|
||||
if (!fRes) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "锄地一条龙",
|
||||
"version": "1.1.9",
|
||||
"version": "1.1.10",
|
||||
"description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user