Add character card v3 import/export

This commit is contained in:
kwaroran
2024-05-25 09:23:59 +09:00
parent e5e7533e1a
commit 65fd56c0e4
7 changed files with 319 additions and 109 deletions

View File

@@ -687,7 +687,8 @@ export interface loreBook{
loreCache?:{
key:string
data:string[]
}
},
useRegex?:boolean
}
export interface character{
@@ -773,6 +774,17 @@ export interface character{
realmId?:string
imported?:boolean
trashTime?:number
nickname?:string
source?:string[]
group_only_greetings?:string[]
creation_date?:number
modification_date?:number
ccAssets?: Array<{
type: string
uri: string
name: string
ext: string
}>
}