[feat] vn fix

This commit is contained in:
kwaroran
2023-11-26 02:34:05 +09:00
parent 36e637262b
commit b5914f2522
7 changed files with 50 additions and 15 deletions

View File

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