Browse Source

fix: 🐛 修复暗黑模式

zhangtao 2 weeks ago
parent
commit
131411b24c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifest.config.ts

+ 1 - 1
manifest.config.ts

@@ -57,7 +57,7 @@ export default defineManifestConfig({
       urlCheck: false,
     },
     usingComponents: true,
-    darkmode: true,
+    darkmode: false,
     themeLocation: "theme.json",
     requiredPrivateInfos: ["getLocation"],
     permission: {