Browse Source

fix: 🐛 修改是否启用暗黑模式

zhangtao 2 weeks ago
parent
commit
d6630c104b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/manifest.json

+ 2 - 2
src/manifest.json

@@ -47,7 +47,7 @@
       "urlCheck": false
     },
     "usingComponents": true,
-    "darkmode": true,
+    "darkmode": false,
     "themeLocation": "theme.json",
     "requiredPrivateInfos": [
       "getLocation"
@@ -79,4 +79,4 @@
     "darkmode": true,
     "themeLocation": "theme.json"
   }
-}
+}