口味你好,对于 HarmonyOS 启动页的设置,在 module.json5 配置文件中有 startWindowIcon 和 startWindowBackground 设置,UIAbility 组件启动页面图标和背景颜色设置,但是不是真正意义上的启动页。需要手动创建 splash 页面进行业务初始化操作,可以参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides... 及 Splash Screen Ability 样例。
口味你好,对于 HarmonyOS 启动页的设置,在 module.json5 配置文件中有 startWindowIcon 和 startWindowBackground 设置,UIAbility 组件启动页面图标和背景颜色设置,但是不是真正意义上的启动页。需要手动创建 splash 页面进行业务初始化操作,可以参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides... 及 Splash Screen Ability 样例。