Files
bettergi-scripts-list/repo/js/采集cd管理/settings.json

77 lines
2.3 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": "选择路径组1CD类型不选不运行该路径组",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "pathGroup2CdType",
"type": "select",
"label": "选择路径组2CD类型不选不运行该路径组",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "pathGroup3CdType",
"type": "select",
"label": "选择路径组3CD类型不选不运行该路径组",
"options": [
"", // 增加一个空选项
"1次0点刷新",
"2次0点刷新",
"3次0点刷新",
"4点刷新",
"12小时刷新",
"24小时刷新",
"46小时刷新"
]
},
{
"name": "otherPathGroupsCdTypes",
"type": "input-text",
"label": "依次输入更多路径组的CD类型\n需要更多路径组才输入用英文分号;分隔\n例如要使用路径组4和5时输入\n1次0点刷新;46小时刷新"
},
{
"name": "partyNames",
"type": "input-text",
"label": "依次输入各个路径组使用的配队名称\n有几个填几个用英文分号;分隔\n如采集;挖矿;奶龙"
},
{
"name": "skipTimeRanges",
"type": "input-text",
"label": "输入不在某时执行(整数)\n如输入4则当小时数为4会终止运行"
},
{
"name": "infoFileName",
"type": "input-text",
"label": "输入用于存储信息的文件名只在不同账号分别管理CD时填写"
}
]