mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 04:44:52 +00:00
feat(webui): add config of invitation options
This commit is contained in:
@@ -205,6 +205,28 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"Invitation": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Choice": {
|
||||
"type": "select",
|
||||
"value": "list_top",
|
||||
"option": [
|
||||
"list_top",
|
||||
"by_name"
|
||||
]
|
||||
},
|
||||
"Name": {
|
||||
"type": "textarea",
|
||||
"value": null
|
||||
},
|
||||
"Substitute": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Circle": {
|
||||
|
||||
Reference in New Issue
Block a user