1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 04:44:52 +00:00

feat(webui): add invitation condition options

This commit is contained in:
2023-11-28 14:04:07 +08:00
parent 5f3ff140dd
commit 1f5b68d095
6 changed files with 42 additions and 11 deletions
+11 -1
View File
@@ -211,6 +211,16 @@
"type": "checkbox",
"value": true
},
"WaitingHour": {
"type": "select",
"value": 0,
"option": [
0,
3,
6,
9
]
},
"Choice": {
"type": "select",
"value": "list_top",
@@ -225,7 +235,7 @@
},
"Substitute": {
"type": "checkbox",
"value": true
"value": false
}
}
},