Files
bettergi-scripts-list/repo/js/AutoHoeingOneDragon/manifest.json
mno 19b89d8a76 js:采集cd管理和锄地一条龙优化 (#2566)
* js:锄地一条龙

1.优化坐标检验,新增与地图追踪中坐标比较
2.新增自定义标签处理,允许填自定义标签
3.增加怪物数量警告,配置不合理时将警告去读readme
4.增加分辨率警告,不为1080p时警告
5.修改默认匹配阈值为0.9

* js:采集cd管理

1.修改默认拾取阈值为0.9
2.优化路径组循环判定
3.增加校验逻辑,需要与终点距离30以内才视为完成路线

* Update main.js

1.优化加工速度
2.更正变量名

* Update 酸奶油1.png
2025-12-24 19:19:10 +08:00

24 lines
547 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "锄地一条龙",
"version": "1.14.0",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{
"name": "mno",
"links": "https://github.com/Bedrockx"
},
{
"name": "汐",
"links": "https://github.com/jiegedabaobei"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"saved_files": [
"records/*.json",
"blacklists/*.json",
"assets/targetItems/其他/预留/**/*.png"
]
}