[feat] new logo

This commit is contained in:
kwaroran
2023-07-08 15:24:18 +09:00
parent f42d0bd642
commit de41c034c4
21 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.30.3'
export let appVer = '1.30.4'
export let webAppSubVer = ''
export function setDatabase(data:Database){