mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Create Default QR preset
This commit is contained in:
23
public/QuickReplies/Default.json
Normal file
23
public/QuickReplies/Default.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "Default",
|
||||||
|
"quickReplyEnabled": true,
|
||||||
|
"quickReplySlots": [
|
||||||
|
{
|
||||||
|
"mes": "/?",
|
||||||
|
"label": "HELP",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mes": "/newchat",
|
||||||
|
"label": "New Chat",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mes": "/bgcol",
|
||||||
|
"label": "Match UI to Background",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"numberOfSlots": 3,
|
||||||
|
"selectedPreset": "Default"
|
||||||
|
}
|
Reference in New Issue
Block a user