Sfoglia il codice sorgente

feat: 本地放开 用户隐私协议

Burt 2 anni fa
parent
commit
e91358c895
3 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      manifest.config.ts
  2. BIN
      screenshots/privacy-ing.png
  3. 2 1
      src/manifest.json

+ 1 - 0
manifest.config.ts

@@ -73,6 +73,7 @@ export default defineManifestConfig({
       urlCheck: false,
     },
     usingComponents: true,
+    __usePrivacyCheck__: true,
   },
   'mp-alipay': {
     usingComponents: true,

BIN
screenshots/privacy-ing.png


+ 2 - 1
src/manifest.json

@@ -53,7 +53,8 @@
     "setting": {
       "urlCheck": false
     },
-    "usingComponents": true
+    "usingComponents": true,
+    "__usePrivacyCheck__": true
   },
   "mp-alipay": {
     "usingComponents": true