mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-25 16:30:09 +01:00
Move default QR and MovingUI to content manager
This commit is contained in:
parent
59daeeb37a
commit
b3b7017bf2
@ -610,5 +610,17 @@
|
||||
{
|
||||
"filename": "presets/instruct/simple-proxy-for-tavern.json",
|
||||
"type": "instruct"
|
||||
},
|
||||
{
|
||||
"filename": "presets/moving-ui/Default.json",
|
||||
"type": "moving_ui"
|
||||
},
|
||||
{
|
||||
"filename": "presets/moving-ui/Black Magic Time.json",
|
||||
"type": "moving_ui"
|
||||
},
|
||||
{
|
||||
"filename": "presets/quick-replies/Default.json",
|
||||
"type": "quick_replies"
|
||||
}
|
||||
]
|
||||
|
0
public/QuickReplies/.gitkeep
Normal file
0
public/QuickReplies/.gitkeep
Normal file
0
public/backgrounds/.gitkeep
Normal file
0
public/backgrounds/.gitkeep
Normal file
0
public/movingUI/.gitkeep
Normal file
0
public/movingUI/.gitkeep
Normal file
@ -163,6 +163,10 @@ function getTargetByType(type) {
|
||||
return DIRECTORIES.instruct;
|
||||
case 'context':
|
||||
return DIRECTORIES.context;
|
||||
case 'moving_ui':
|
||||
return DIRECTORIES.movingUI;
|
||||
case 'quick_replies':
|
||||
return DIRECTORIES.quickreplies;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user