在Harmony开发过程中,如果对系统标题栏感到不满意,可以进行自行修改设计。配置文件(config.json)修改,在module下添加下面内容:"module":{......"metaData":{"customizeData":[{"name":"hwctheme","value":"androidhwext:styleTheme.Emui.NoTitleBar","extra":""}]},......}该内容是用于删除标题栏。然后可以在页面中自定义标题栏,示例如下:标题效果如图:完整代码地址:https:gitee.comjltfcloudcnjumptotreemasterMYstatus