This commit is contained in:
zyronon
2023-11-30 14:02:20 +08:00
parent 5a3f4445dc
commit c0eef7768d
8 changed files with 153 additions and 182 deletions

View File

@@ -50,7 +50,7 @@ async function init() {
console.time()
store.init().then(() => {
store.load = true
console.timeEnd()
// console.timeEnd()
})
await settingStore.init()
setTheme(settingStore.theme)