Files
bettergi-scripts-list/repo/js/AutoArtifactLockingSettings/README.md
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

63 lines
2.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
<h1 align="center">🔒 自动配置圣遗物锁定方案</h1>
## ✨ 脚本简介
本脚本用于**自动配置圣遗物锁定方案**。
锁定方案来源于 哔哩哔哩 @酸儒书生 的 [这期视频](https://www.bilibili.com/video/BV13YHQzMEAT),脚本会自动识别游戏界面并完成所有配置操作,省去手动逐个设置的繁琐过程。
## 🚀 功能特性
- 🎯 **自动识别套装** - 通过 OCR 自动识别当前界面的圣遗物套装
- ⚙️ **批量配置方案** - 支持一次性配置多个套装的锁定方案
- 🔄 **覆盖已有方案** - 可选择是否覆盖已存在的锁定方案
- ⏱️ **延迟系数调节** - 支持自定义延迟系数,适配不同性能设备
## 📖 使用步骤
### 1⃣ 前置要求
- 游戏分辨率设置为 **16:9** (2560x1440 或 1920x1080)
- 游戏语言设置为**简体中文**
- 圣遗物「锁定辅助」页面的「通用锁定方案」勾选上1、3、4项如图所示
![global-lock](assets/global-lock.jpg)
### 2⃣ 配置选项
在 「调度器」 中打开脚本设置,配置以下选项:
| 选项 | 说明 |
|:---|:---|
| 覆盖已有方案 | 勾选后会删除已有方案并重新配置 |
| 延迟系数 | 默认 1.2,运行不稳定时可调高至 1.4 或更高 |
| 需要配置的圣遗物套装 | 勾选需要配置的套装,支持全选 |
### 3⃣ 运行脚本
1. 在「调度器」中运行此脚本
2. 等待脚本自动完成所有配置
> 运行期间请勿操作鼠标键盘,脚本会自动控制游戏界面
## 🛠️ 支持的套装
脚本目前支持 1.0~月之四 的圣遗物套装
## 💬 问题反馈流程
1. 找到日志文件,路径为 BetterGI 安装目录的 `log` 目录下,日志文件名为 `better-genshin-impact年月日.log`
2. 屏幕左下角的错误日志截个图
3. https://github.com/babalae/bettergi-scripts-list/issues 创建一个 issue**上传截图和日志**,并 @bling-yshs
## 🙏 致谢
- 锁定方案来源:[@酸儒书生](https://space.bilibili.com/10411008)
## 👥 作者
- [bling-yshs](https://github.com/bling-yshs)
- [Bedrockx](https://github.com/Bedrockx)