mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-25 04:59:52 +08:00
* feat: 新增自动配置圣遗物锁定方案 * fix: clean * fix: 截图资源释放 * chore: library 清理 * chore: README 删除冒号 * fix: 区分套装配置失败与跳过状态,修正结果汇总误报 * fix: 以已完成套装数提前结束,避免跳过后继续滚动列表 * feat: 分辨率检测,自动返回主界面打开背包,README 修改 * chore: 默认延迟系数调整为 1.2
23 lines
539 B
JSON
23 lines
539 B
JSON
{
|
|
"manifest_version": 1,
|
|
"name": "自动配置圣遗物锁定方案",
|
|
"version": "1.0.0",
|
|
"bgi_version": "0.56.2",
|
|
"description": "自动配置圣遗物锁定方案,方案来源于 哔哩哔哩 @酸儒书生 https://www.bilibili.com/video/BV13YHQzMEAT",
|
|
"authors": [
|
|
{
|
|
"name": "bling-yshs",
|
|
"link": "https://github.com/bling-yshs"
|
|
},
|
|
{
|
|
"name": "Bedrockx",
|
|
"link": "https://github.com/Bedrockx"
|
|
}
|
|
],
|
|
"settings_ui": "settings.json",
|
|
"main": "main.js",
|
|
"library": [
|
|
"."
|
|
]
|
|
}
|