Compare commits
2 Commits
e9d9cf63fc
...
88006f3e9a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88006f3e9a | ||
|
|
0fdf96e6a1 |
@@ -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",
|
||||
|
||||
@@ -74,6 +74,8 @@
|
||||
|
||||
---
|
||||
### 更新日志
|
||||
### 1.3.3(2025.08.05)
|
||||
1.修复拾取失效
|
||||
### 1.3.2(2025.08.05)
|
||||
1.修复拾取失效
|
||||
### 1.3.1(2025.08.05)
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "锄地一条龙",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "一站式解决自动化锄地,支持只拾取狗粮,请仔细阅读README.md后使用",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user