Sfoglia il codice sorgente

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

zhangtao 2 settimane fa
parent
commit
d6630c104b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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"
   }
-}
+}