mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
去掉多余日志
This commit is contained in:
@@ -26,7 +26,6 @@ export const initDarkMode = (isDarkMode, updateDarkMode) => {
|
||||
*/
|
||||
export const initTheme = (theme, changeTheme) => {
|
||||
const userTheme = loadThemeFromCookies()
|
||||
console.log('默认主题', userTheme)
|
||||
if (userTheme !== theme) {
|
||||
changeTheme(userTheme)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user