feat: add local activation for lorebook

This commit is contained in:
bangonicdd
2025-02-21 21:01:20 +09:00
parent 0a2e4fd04c
commit b10fccd3c4
5 changed files with 105 additions and 4 deletions

View File

@@ -937,7 +937,7 @@ export interface loreBook{
insertorder: number
comment: string
content: string
mode: 'multiple'|'constant'|'normal',
mode: 'multiple'|'constant'|'normal'|'child',
alwaysActive: boolean
selective:boolean
extentions?:{
@@ -950,6 +950,7 @@ export interface loreBook{
},
useRegex?:boolean
bookVersion?:number
id?:string
}
export interface character{