[feat] add claude v2, v1.2

This commit is contained in:
kwaroran
2023-07-12 22:20:17 +09:00
parent 5df3466257
commit cf617495f9
5 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import { alertNormal } from '../alert';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.32.1'
export let appVer = '1.32.2'
export let webAppSubVer = ''
export function setDatabase(data:Database){