add new cbs

This commit is contained in:
kwaroran
2024-03-17 17:54:53 +09:00
parent b5a6011039
commit b13376f446
4 changed files with 58 additions and 6 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.83.1"
export let appVer = "1.83.2"
export let webAppSubVer = ''
export function setDatabase(data:Database){