[ver] 1.43.1

This commit is contained in:
kwaroran
2023-07-26 07:21:41 +09:00
parent 810dfeb464
commit dbf3d89e44
3 changed files with 3 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.43.0'
export let appVer = '1.43.1'
export let webAppSubVer = ''
export function setDatabase(data:Database){