Compare commits

...

2 Commits

Author SHA1 Message Date
zaodonganqi
88006f3e9a update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-08-05 09:26:58 +00:00
mno
0fdf96e6a1 js:锄地一条龙1.3.3 (#1486)
### 更新日志
### 1.3.3(2025.08.05)
1.修复拾取失效
2025-08-05 17:26:36 +08:00
4 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"time": "20250805134608",
"time": "20250805172657",
"url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip",
"file": "repo.json",
"indexes": [
@@ -74119,8 +74119,8 @@
{
"name": "AutoHoeingOneDragon",
"type": "directory",
"hash": "e0239f0ca15e193ec3fba2ec51ecf6e3c516a0c6",
"version": "1.3.2",
"hash": "846b7e0cf25483f8bb4fbe95d6537c2657292c9e",
"version": "1.3.3",
"author": "mno",
"authors": [
{
@@ -74130,7 +74130,7 @@
],
"description": "锄地一条龙~|~一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"tags": [],
"lastUpdated": "2025-08-05 13:45:51"
"lastUpdated": "2025-08-05 17:26:36"
},
{
"name": "AutoLeyLineOutcrop",

View File

@@ -74,6 +74,8 @@
---
### 更新日志
### 1.3.32025.08.05
1.修复拾取失效
### 1.3.22025.08.05
1.修复拾取失效
### 1.3.12025.08.05

View File

@@ -1,3 +1,4 @@
//当前js版本1.3.3
//拾取时上下滑动的时间
const timeMoveUp = 1000;
const timeMoveDown = 1500;
@@ -7,7 +8,7 @@ if (settings.activeDumperMode) { //处理泥头车信息
} else {
dumpers = [];
}
const trigger = settings.trigger || 50;
const trigger = Number(settings.trigger) || 50;
let state;
(async function () {

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "锄地一条龙",
"version": "1.3.2",
"version": "1.3.3",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{