diff --git a/index.html b/index.html index 3758bde6..07f40608 100644 --- a/index.html +++ b/index.html @@ -1,45 +1,48 @@ - - - - Typing Word - - - + rem(); + window.addEventListener('resize', rem); + })(); + + +
diff --git a/src/stores/base.ts b/src/stores/base.ts index b1b4f2e9..734746cb 100644 --- a/src/stores/base.ts +++ b/src/stores/base.ts @@ -205,7 +205,7 @@ export const useBaseStore = defineStore('base', { let configStr: string = await localforage.getItem(SaveDict.key) // console.log(configStr) // console.log('s', new Blob([configStr]).size) - configStr = '' + // configStr = '' if (configStr) { let data = JSON.parse(configStr) let state: BaseState = data.val