Merge branch 'kwaroran:main' into main

This commit is contained in:
HyperBlaze
2024-06-13 22:00:59 -07:00
committed by GitHub
9 changed files with 52 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "114.2.0"
export let appVer = "114.2.2"
export let webAppSubVer = ''
export function setDatabase(data:Database){