mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04: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": {
|
||||
|
||||
@@ -80,6 +80,15 @@ Cafe:
|
||||
Touch: true
|
||||
AutoAdjust: true
|
||||
SecondCafe: true
|
||||
Invitation:
|
||||
Enable: true
|
||||
Choice:
|
||||
value: list_top
|
||||
option: [ list_top, by_name ]
|
||||
Name:
|
||||
value: null
|
||||
type: textarea
|
||||
Substitute: true
|
||||
|
||||
Bounty:
|
||||
OnError:
|
||||
|
||||
@@ -25,6 +25,7 @@ Daily:
|
||||
Cafe:
|
||||
- Scheduler
|
||||
- Cafe
|
||||
- Invitation
|
||||
Circle:
|
||||
- Scheduler
|
||||
Mail:
|
||||
|
||||
Reference in New Issue
Block a user