[feat] mobile polyfill override and hold

This commit is contained in:
kwaroran
2023-05-23 17:37:05 +09:00
parent 1eb52800e0
commit 78545e7e3c
4 changed files with 11 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.15.3'
export let appVer = '1.15.4'
export function setDatabase(data:Database){