Files
bettergi-scripts-list/repo/js/采集cd管理@mno/settings.json
mno 22ba06b7c8 js: 精英规划、小怪规划、自动消耗复活药 (#741)
* 三个js更新

精英js:跟进死亡笔记400的路线包

* js;欸起飞,飞

* fix: 重命名

---------

Co-authored-by: 秋云 <physligl@gmail.com>
2025-05-08 23:19:14 +08:00

77 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

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.

[
{
"name": "operationMode",
"type": "select",
"label": "选择操作模式",
"options": [
"执行任务(若不存在索引文件则自动创建)",
"重新生成索引文件用于强制刷新CD或更新文件"
]
},
{
"name": "pathGroup1CdType",
"type": "select",
"label": "选择路径组1 CD类型",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "pathGroup2CdType",
"type": "select",
"label": "选择路径组2 CD类型",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "pathGroup3CdType",
"type": "select",
"label": "选择路径组3 CD类型",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "otherPathGroupsCdTypes",
"type": "input-text",
"label": "依次输入更多路径组的CD类型存在时才输入英文分号;分隔)"
},
{
"name": "partyNames",
"type": "input-text",
"label": "依次输入各个路径组使用的配队名称(英文分号;分隔)"
},
{
"name": "skipTimeRanges",
"type": "input-text",
"label": "输入不在某时执行(整数)"
},
{
"name": "infoFileName",
"type": "input-text",
"label": "输入用于存储信息的文件名只在不同账号分别管理CD时填写"
}
]