diff --git a/VERSION.txt b/VERSION.txt index 5a2b014..c2ed5b1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250729184103 \ No newline at end of file +20250729184823 \ No newline at end of file diff --git a/src/components/ThemeToggle.tsx b/src/components/ThemeToggle.tsx index faff82d..6525407 100644 --- a/src/components/ThemeToggle.tsx +++ b/src/components/ThemeToggle.tsx @@ -20,11 +20,6 @@ export function ThemeToggle() { } else { meta.setAttribute('content', theme === 'dark' ? '#0c111c' : '#f9fbfe'); } - - document.documentElement.style.backgroundColor = - theme === 'dark' ? '#0c111c' : '#f9fbfe'; - document.body.style.backgroundColor = - theme === 'dark' ? '#0c111c' : '#f9fbfe'; }; useEffect(() => { diff --git a/src/lib/version.ts b/src/lib/version.ts index bc06c75..1f99824 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250729184103'; +const CURRENT_VERSION = '20250729184823'; // 版本检查结果枚举 export enum UpdateStatus {