|
@@ -49,7 +49,12 @@ export default defineManifestConfig({
|
|
|
alwaysShowBeforeRender: true,
|
|
|
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: {
|