Files
bettergi-scripts-list/repo/js/AutoArtifactLockingSettings/manifest.json
bling-yshs f9a6dd519f feat: 新增自动配置圣遗物锁定方案 (#2850)
* feat: 新增自动配置圣遗物锁定方案

* fix: clean

* fix: 截图资源释放

* chore: library 清理

* chore: README 删除冒号

* fix: 区分套装配置失败与跳过状态,修正结果汇总误报

* fix: 以已完成套装数提前结束,避免跳过后继续滚动列表

* feat: 分辨率检测,自动返回主界面打开背包,README 修改

* chore: 默认延迟系数调整为 1.2
2026-02-07 23:03:49 +08:00

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": [
"."
]
}