Rework catalog and add trash

This commit is contained in:
kwaroran
2024-05-23 08:13:20 +09:00
parent f1b9247f20
commit d126e52788
6 changed files with 156 additions and 58 deletions

View File

@@ -772,6 +772,7 @@ export interface character{
vits?: OnnxModelFiles
realmId?:string
imported?:boolean
trashTime?:number
}
@@ -815,6 +816,7 @@ export interface groupChat{
oneAtTime?:boolean
virtualscript?:string
lorePlus?:boolean
trashTime?:number
}
export interface botPreset{