From eab3de02fdd744a80dba425e0eb6ea0d5a9e0ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 12 May 2024 17:43:25 +0800 Subject: [PATCH] build(manifest): ignoreVersion: true --- manifest.config.ts | 3 +++ src/manifest.json | 3 +++ 2 files changed, 6 insertions(+) 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": {},