mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-16 21:19:16 +08:00
- 修复了日期过滤条件,将 undefined 检查改为布尔值检查 - 添加了对空任务列表的检查,避免执行空任务 - 更新了主函数调用方式为立即执行的异步函数 - 添加了新的测试函数 test1 用于配置拉取测试 - 简化了日志输出中的对象字符串化处理 - 为 API 配置字段添加了默认本地地址值
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
[
|
|
{
|
|
"name": "key",
|
|
"type": "input-text",
|
|
"label": "密钥(去看文档)"
|
|
},
|
|
{
|
|
"name": "auto_load",
|
|
"type": "multi-checkbox",
|
|
"label": "加载模式\n全选时相同的配置输入加载会覆盖UID加载\n自动秘境计划配置(属于输入加载)\nconfig/domain_config.json(属于UID加载)\nhttp获取配置(属于bgi_tools加载)",
|
|
"options": ["输入加载","UID加载","bgi_tools加载"] ,
|
|
"default": ["输入加载","UID加载"]
|
|
},
|
|
{
|
|
"name": "domain_config",
|
|
"type": "input-text",
|
|
"label": "自动秘境计划配置\n语法:队伍名称|秘境名称/刷取物品名称|刷几轮|限时/周日(1-3和本体的一致)|周几执行(0-6)不填默认执行|执行顺序(越大越先执行),...\n(无配置可留空如||唯有秘境名称配置不可为空)\n如: 速刷|苍白的遗荣|1|||9",
|
|
"default": ""
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"name": "bgi_tools_http_pull_json_config",
|
|
"type": "input-text",
|
|
"label": "bgi_tools拉取配置api(去看文档)",
|
|
"default": "http://127.0.0.1:8081/bgi/auto/plan/domain/json"
|
|
},
|
|
{
|
|
"name": "bgi_tools_open_push",
|
|
"type": "checkbox",
|
|
"label": "开始推送bgi_tools配置"
|
|
},
|
|
{
|
|
"name": "bgi_tools_http_push_all_json_config",
|
|
"type": "input-text",
|
|
"label": "bgi_tools推送全部配置api(去看文档)",
|
|
"default": "http://127.0.0.1:8081/bgi/auto/plan/domain/json/all"
|
|
}
|
|
] |