mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-16 11:47:20 +02: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",
|
"filename": "presets/instruct/simple-proxy-for-tavern.json",
|
||||||
"type": "instruct"
|
"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;
|
return DIRECTORIES.instruct;
|
||||||
case 'context':
|
case 'context':
|
||||||
return DIRECTORIES.context;
|
return DIRECTORIES.context;
|
||||||
|
case 'moving_ui':
|
||||||
|
return DIRECTORIES.movingUI;
|
||||||
|
case 'quick_replies':
|
||||||
|
return DIRECTORIES.quickreplies;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user