mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-28 15:10:04 +00:00
一些无用的格式化
This commit is contained in:
@@ -42,7 +42,7 @@ export const initTheme = (theme, changeTheme) => {
|
||||
* 是否优先深色模式, 根据系统深色模式以及当前时间判断
|
||||
* @returns {*}
|
||||
*/
|
||||
export function isPreferDark () {
|
||||
export function isPreferDark() {
|
||||
if (BLOG.APPEARANCE === 'dark') {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user