Update version to 1.78.0

This commit is contained in:
kwaroran
2024-02-07 03:04:17 +09:00
parent ca31eaf047
commit 3278e4941b
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.77.0"
export let appVer = "1.78.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){