Kaynağa Gözat

build(manifest): ignoreVersion: true

菲鸽 2 yıl önce
ebeveyn
işleme
eab3de02fd
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 3 0
      manifest.config.ts
  2. 3 0
      src/manifest.json

+ 3 - 0
manifest.config.ts

@@ -29,6 +29,9 @@ export default defineManifestConfig({
   },
   /* 5+App特有相关 */
   'app-plus': {
+    compatible: {
+      ignoreVersion: true,
+    },
     usingComponents: true,
     nvueStyleCompiler: 'uni-app',
     compilerVersion: 3,

+ 3 - 0
src/manifest.json

@@ -48,6 +48,9 @@
         "android": {},
         "ios": {}
       }
+    },
+    "compatible": {
+      "ignoreVersion": true
     }
   },
   "quickapp": {},