mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-01 13:40:46 +00:00
perf: 优化主题跟随系统
This commit is contained in:
parent
dcf5d3e910
commit
9df56f9556
@ -154,6 +154,9 @@ export default {
|
||||
}).catch(_ => {
|
||||
this.$store.dispatch("websocketConnection");
|
||||
})
|
||||
if (this.themeMode === "auto") {
|
||||
$A.dark.autoDarkMode()
|
||||
}
|
||||
}, 600)
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user