[ver] 1.61.5

This commit is contained in:
kwaroran
2023-12-01 19:47:08 +09:00
parent 8c07915d2d
commit 06d1090e1f
5 changed files with 23 additions and 7 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.61.4"
export let appVer = "1.61.5"
export let webAppSubVer = ''
export function setDatabase(data:Database){