[ver] 1.70.0

This commit is contained in:
kwaroran
2024-01-04 03:58:07 +09:00
parent 20bc35d194
commit a890a2acb7
4 changed files with 4 additions and 3 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.69.5"
export let appVer = "1.70.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){