This commit is contained in:
Junha Heo
2024-08-24 10:49:57 +09:00
34 changed files with 2641 additions and 1593 deletions

View File

@@ -1,6 +1,6 @@
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "122.1.2"
export let appVer = "124.2.2"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';
@@ -708,6 +708,8 @@ export interface Database{
legacyTranslation: boolean
comfyConfig: ComfyConfig
comfyUiUrl: string
useLegacyGUI: boolean
claudeCachingExperimental: boolean
}
export interface customscript{