1
0
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:
2023-11-27 20:48:37 +08:00
parent b426c6caac
commit 8698fa20c2
7 changed files with 92 additions and 0 deletions
+22
View File
@@ -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": {