[fix] request models

This commit is contained in:
kwaroran
2023-07-21 03:13:01 +09:00
parent 508e6c3af6
commit 132a39384b
4 changed files with 6 additions and 4 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.39.2'
export let appVer = '1.39.3'
export let webAppSubVer = ''
export function setDatabase(data:Database){