一些无用的格式化

This commit is contained in:
tangly1024
2022-04-13 12:10:45 +08:00
parent c9e9a55ca7
commit b122bab41d
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ export const initTheme = (theme, changeTheme) => {
* 是否优先深色模式, 根据系统深色模式以及当前时间判断
* @returns {*}
*/
export function isPreferDark () {
export function isPreferDark() {
if (BLOG.APPEARANCE === 'dark') {
return true
}