1
0
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:
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": {
+9
View File
@@ -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:
+1
View File
@@ -25,6 +25,7 @@ Daily:
Cafe:
- Scheduler
- Cafe
- Invitation
Circle:
- Scheduler
Mail: