Files
bettergi-scripts-list/repo/js/AutoHoeingOneDragon/manifest.json
mno b1597e8141 js:锄地一条龙 (#1304)
* js:锄地一条龙1.1.0

优化了部分日志输出
添加了估算剩余时间,并适配abgi
新增了终止运行时间的配置

* 忘了删分层了

* js:锄地一条龙优化筛选逻辑

现在选择极少量小怪时筛选的逻辑更倾向于优先考虑精英收益

---------

Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com>
2025-07-08 15:58:43 +08:00

13 lines
290 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.1.1",
"description": "一站式解决自动化锄地支持只拾取狗粮请阅读README.md后使用",
"authors": [
{
"name": "mno"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}