Add custom css and rs classes for it

This commit is contained in:
kwaroran
2024-09-09 18:47:30 +09:00
parent 611f3e4b94
commit eb8e1d31c8
10 changed files with 67 additions and 22 deletions

View File

@@ -434,6 +434,7 @@ export function setDatabase(data:Database){
data.translatorInputLanguage ??= 'auto'
data.falModel ??= 'fal-ai/flux/dev'
data.falLoraScale ??= 1
data.customCSS ??= ''
changeLanguage(data.language)
DataBase.set(data)
}
@@ -726,6 +727,7 @@ export interface Database{
falLoraName: string
falLoraScale: number
moduleIntergration: string
customCSS: string
}
export interface customscript{