diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 284167c9..550bab5b 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -28,7 +28,6 @@ export default function (props: any) { useEffect(() => { const colorScheme = window.matchMedia('(prefers-color-scheme: dark)').matches && 'dark'; - console.log(colorScheme); let localTheme = localStorage.getItem('qinglong_dark_theme'); if (localTheme === 'auto') { localTheme = null;