Files
bettergi-scripts-list/repo/js/AutoHoeingOneDragon/manifest.json
mno feaee63012 js:锄地一条龙1.2.5
### 1.2.5(2025.07.31)
1.运行线路前删除部分中间信息,略微减少内存占用
2.当权重(涉及指数运算)过大时,修正到五,过小时修正到0
3.修复了按效率降序排序与优先关键词的冲突,现在含优先关键词的路线也会按照各自的效率排序了
2025-07-31 11:50:59 +08:00

14 lines
342 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.2.5",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}