diff --git a/manifest.config.ts b/manifest.config.ts index 6f8667a..90becaf 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 bbd76ff..2956014 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -48,6 +48,9 @@ "android": {}, "ios": {} } + }, + "compatible": { + "ignoreVersion": true } }, "quickapp": {},