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