关于启动页设置请参考下面链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides...在module.json5配置文件中有startWindowIcon和startWindowBackground设置,UIAbility组件启动页面图标和背景颜色设置,但是不是真正意义上的启动页。需要手动创建splash页面进行业务初始化操作。
关于启动页设置请参考下面链接:
https://developer.huawei.com/consumer/cn/doc/harmonyos-guides...
在module.json5配置文件中有startWindowIcon和startWindowBackground设置,UIAbility组件启动页面图标和背景颜色设置,但是不是真正意义上的启动页。需要手动创建splash页面进行业务初始化操作。