Update version 1.71.4

This commit is contained in:
kwaroran
2024-01-06 23:08:15 +09:00
parent f638866308
commit 8617257298
4 changed files with 16 additions and 10 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.71.3"
export let appVer = "1.71.4"
export let webAppSubVer = ''
export function setDatabase(data:Database){