Skip to content

Commit

Permalink
Update 配置模式.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dundunnp authored Jan 19, 2022
1 parent dacbc26 commit d8d33c3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 配置模式.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
"validation": "required",
"help": "如果完成就不需要浪费时间向下搜索"
},
{
"name": "whether_complete_subscription",
"type": "radio",
"options": {
"yes": "",
"no": ""
},
"label": "是否完成订阅模块",
"validation": "required"
},
{
"name": "whether_complete_speech",
"type": "radio",
"options": {
"yes": "",
"no": ""
},
"label": "是否完成发表言论模块",
"validation": "required"
},
{
"label": "是否提高四人赛双人对战正确率",
"type": "radio",
Expand Down Expand Up @@ -88,5 +108,11 @@
"type": "text",
"label": "projectname",
"help": ""
},
{
"name": "pushplus_token",
"type": "text",
"label": "pushplus_token",
"help": "填写pushplus的token,如何获取请见脚本说明"
}
]

0 comments on commit d8d33c3

Please sign in to comment.