From fe341782500359fec5e4288cacb25dbaffa642ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sat, 18 May 2024 16:28:52 +0800 Subject: [PATCH] build(app): ignoreVersion --- manifest.config.ts | 3 +++ src/manifest.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/manifest.config.ts b/manifest.config.ts index a719af2..e53d2fe 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -32,6 +32,9 @@ export default defineManifestConfig({ usingComponents: true, nvueStyleCompiler: 'uni-app', compilerVersion: 3, + compatible: { + ignoreVersion: true, + }, splashscreen: { alwaysShowBeforeRender: true, waiting: true, diff --git a/src/manifest.json b/src/manifest.json index bc26d4a..30e9fa2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -76,6 +76,9 @@ } } } + }, + "compatible": { + "ignoreVersion": true } }, "quickapp": {},