Browse Source

fix: 🐛 修复暗黑模式

zhangtao 2 tuần trước cách đây
mục cha
commit
131411b24c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {