mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-26 05:09:52 +08:00
docs(AutoPlanDomain): 更新 README 文档添加 BetterGI 集成说明
- 添加了关于通过 BetterGI 本体实现体力计划的描述 - 补充了脚本功能说明,解释了与 BetterGI 的集成关系
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# AutoPlanDomain
|
||||
|
||||
**自动秘境计划JS**
|
||||
本脚本通过调用 **BetterGI** 本体自动秘境实现体力计划
|
||||
|
||||
|
||||
## 版本密钥
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user