Merge branch 'main' into main

This commit is contained in:
kwaroran
2024-02-02 18:09:27 +09:00
committed by GitHub
10 changed files with 204 additions and 20 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.76.1"
export let appVer = "1.76.3"
export let webAppSubVer = ''
export function setDatabase(data:Database){