[feat] additional description

This commit is contained in:
kwaroran
2023-09-27 14:15:07 +09:00
parent b733238272
commit 69ae060e1e
7 changed files with 60 additions and 4 deletions

View File

@@ -289,6 +289,7 @@ export function characterFormatUpdate(index:number|character){
cha.chats[cha.chatPage].note = cha.chats[cha.chatPage].note.trim()
cha.postHistoryInstructions = null
}
cha.additionalText ??= ''
}
else{
@@ -350,7 +351,8 @@ export function createBlankChar():character{
scenario:"",
firstMsgIndex: -1,
replaceGlobalNote: "",
triggerscript: []
triggerscript: [],
additionalText: ''
}
}