[ver] 1.63.3

This commit is contained in:
kwaroran
2023-12-03 22:50:41 +09:00
parent bb376f231f
commit 984a5833f1
4 changed files with 15 additions and 13 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.63.3"
export let appVer = "1.63.4"
export let webAppSubVer = ''
export function setDatabase(data:Database){