Update version to 1.82.0 and add patch notes for 1.82

This commit is contained in:
kwaroran
2024-03-06 22:19:37 +09:00
parent 47ec8c92d1
commit bc1a73793d
4 changed files with 10 additions and 12 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.81.1"
export let appVer = "1.82.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){