mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04: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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -82,13 +82,16 @@ Cafe:
|
||||
SecondCafe: true
|
||||
Invitation:
|
||||
Enable: true
|
||||
WaitingHour:
|
||||
value: 0
|
||||
option: [ 0, 3, 6, 9 ]
|
||||
Choice:
|
||||
value: list_top
|
||||
option: [ list_top, by_name ]
|
||||
Name:
|
||||
value: null
|
||||
type: textarea
|
||||
Substitute: true
|
||||
Substitute: false
|
||||
|
||||
Bounty:
|
||||
OnError:
|
||||
|
||||
Reference in New Issue
Block a user