mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Onboarding experience and new default user avatar
This commit is contained in:
@@ -65,6 +65,10 @@ function getTargetByType(type) {
|
||||
return 'public/worlds';
|
||||
case 'sound':
|
||||
return 'public/sounds';
|
||||
case 'avatar':
|
||||
return 'public/User Avatars';
|
||||
case 'theme':
|
||||
return 'public/themes';
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user