diff --git a/manifest.config.ts b/manifest.config.ts index 6f8667a..75720a2 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -29,6 +29,9 @@ export default defineManifestConfig({ }, /* 5+App特有相关 */ 'app-plus': { + compatible: { + ignoreVersion: true, + }, usingComponents: true, nvueStyleCompiler: 'uni-app', compilerVersion: 3, diff --git a/src/manifest.json b/src/manifest.json index 0999421..cec7723 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -48,6 +48,9 @@ "android": {}, "ios": {} } + }, + "compatible": { + "ignoreVersion": true } }, "quickapp": {},