revert: 删除多余提交

This commit is contained in:
wangjiahao 2024-02-29 13:40:46 +08:00
parent fc98395b1f
commit 26a5447ed1
2 changed files with 1 additions and 2 deletions

View File

@ -26,6 +26,6 @@ export default {
}
}
},
sourcemap: false
sourcemap: true
}
}

View File

@ -111,7 +111,6 @@ export const useAppearanceStore = defineStore('appearanceStore', {
this.loaded = data
},
async setAppearance() {
return
const desktop = wsCache.get('app.desktop')
if (desktop) {
this.loaded = true