在moudle.json5里面"abilities": [ { "name": "EntryAbility", "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:ic_eshop", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:ic_eshop", "startWindowBackground": "$color:start_window_background", "exported": true, "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ] } ]更改背景色"startWindowBackground": "$color:start_window_background"更改图片"icon": "$media:ic_eshop"开发者白屏需要自己定义下页面加载样式@Builder componentBuilder() { // 自定义加载界面的样式 Column() { Text("Loading...") } }参考链接:https://gitee.com/openharmony-sig/flutter\_engine/pulls/205
在moudle.json5里面
更改背景色
更改图片
开发者白屏需要自己定义下页面加载样式
参考链接:
https://gitee.com/openharmony-sig/flutter\_engine/pulls/205