[fix] fixed accountsync

This commit is contained in:
kwaroran
2023-07-03 00:03:57 +09:00
parent 8f335de74a
commit 75271eddab
5 changed files with 33 additions and 36 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.29.4'
export let appVer = '1.29.5'
export let webAppSubVer = ''
export function setDatabase(data:Database){