docs(AutoPlanDomain): 更新 README 文档添加 BetterGI 集成说明

- 添加了关于通过 BetterGI 本体实现体力计划的描述
- 补充了脚本功能说明,解释了与 BetterGI 的集成关系
This commit is contained in:
yan
2026-02-09 19:11:02 +08:00
parent 56f781e4bc
commit 9b09be0048
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# AutoPlanDomain
**自动秘境计划JS**
本脚本通过调用 **BetterGI** 本体自动秘境实现体力计划
## 版本密钥

View File

@@ -45,7 +45,7 @@ const config = {
const LoadType = Object.freeze({
uid: 'uid',//uid加载
input: 'input',//input加载
bgi_tools: 'bgi_tools',//input加载
bgi_tools: 'bgi_tools',//bgi_tools加载
fromValue(value) {
return Object.keys(this).find(key => this[key] === value);
}