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": {},