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:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user