Files
bettergi-scripts-list/repo/js/CD-Aware-AutoGather/manifest.json
Patrick-Ze c437b65dde js: CD-Aware-AutoGather: 修复两个corner case (#2863)
Fixes #2855, Fixes #2861: 新地图无法获取坐标时改用时间差判断是否更新CD
Fixes #2860: 修复背包物品与API物品名不匹配时脚本异常终止的问题
2026-02-11 21:04:58 +08:00

19 lines
681 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": "带CD管理和目标设定的自动采集",
"_version_note": "更新版本号时请一并更新README的问题反馈链接中的版本号",
"version": "2.2.0",
"bgi_version": "0.55.0",
"description": "自动同步你通过BetterGI订阅的地图追踪任务执行采集任务并管理材料采集目标和刷新时间。\n支持联机模式采集和多账号记录。\n首次使用前请先简单阅读说明",
"authors": [
{
"name": "Ayaka-Main",
"links": "https://github.com/Patrick-Ze"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"saved_files": [
"record/"
]
}