|
@@ -50,12 +50,6 @@ export default defineManifestConfig({
|
|
|
waiting: true,
|
|
|
autoclose: true,
|
|
|
delay: 0,
|
|
|
- androidStyle: 'default',
|
|
|
- android: {
|
|
|
- hdpi: 'src/static/app/start/start-480.png',
|
|
|
- xhdpi: 'src/static/app/start/start-720.png',
|
|
|
- xxhdpi: 'src/static/app/start/start-1080.png',
|
|
|
- },
|
|
|
},
|
|
|
/* 模块配置 */
|
|
|
modules: {
|
|
@@ -127,6 +121,14 @@ export default defineManifestConfig({
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ splashscreen: {
|
|
|
+ androidStyle: 'default',
|
|
|
+ android: {
|
|
|
+ hdpi: 'src/static/app/start/start-480.png',
|
|
|
+ xhdpi: 'src/static/app/start/start-720.png',
|
|
|
+ xxhdpi: 'src/static/app/start/start-1080.png',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
uniStatistics: {
|
|
|
enable: true,
|