feat: chat folder

This commit is contained in:
chatbung
2025-02-19 13:30:34 +09:00
parent a5d2b4589c
commit e5e86a9c9b
4 changed files with 409 additions and 150 deletions

View File

@@ -32,7 +32,9 @@ export function createNewGroup(){
note: '',
name: 'Chat 1',
localLore: []
}], chatPage: 0,
}],
chatFolders: [],
chatPage: 0,
viewScreen: 'none',
globalLore: [],
characters: [],
@@ -585,6 +587,7 @@ export function createBlankChar():character{
name: 'Chat 1',
localLore: []
}],
chatFolders: [],
chatPage: 0,
emotionImages: [],
bias: [],