[feat] added additional assets
This commit is contained in:
@@ -2,7 +2,7 @@ import { get, writable } from 'svelte/store';
|
||||
import { checkNullish } from './util';
|
||||
import { changeLanguage } from '../lang';
|
||||
import type { RisuPlugin } from './process/plugins';
|
||||
import { saveImage as saveImageGlobal } from './globalApi';
|
||||
import { saveAsset as saveImageGlobal } from './globalApi';
|
||||
import { cloneDeep } from 'lodash';
|
||||
|
||||
export const DataBase = writable({} as any as Database)
|
||||
@@ -277,6 +277,7 @@ export interface character{
|
||||
ttsMode?:string
|
||||
ttsSpeech?:string
|
||||
supaMemory?:boolean
|
||||
additionalAssets?:[string, string][]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user