diff --git a/README_zh.md b/README_zh.md index 6e80b8503dfdb3a56d48e3c45edcfd2173cdc348..d5d49c4c92349ac61086a71488873ec21a34faba 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,4 @@ -# 事件通知子系统 +# 通知子系统 ## 简介 @@ -12,7 +12,11 @@ OpenHarmony通过ANS(Advanced Notification Service,通知系统服务)对 ### 架构图 -![](figures/ans_logical_architecture_diagram.png) +**图1** 子系统架构图 + +![子系统架构图](figures/ans_logical_architecture_diagram.png) + + ## 目录 @@ -20,14 +24,16 @@ OpenHarmony通过ANS(Advanced Notification Service,通知系统服务)对 /base/notification/distributed_notification_service/ ├── frameworks # 接口实现 ├── interfaces -│ ├── innerkits # 对内接口目录 +│ ├── inner_api # 对内接口目录 │ └── kits # 对外接口目录 -├── sa_profile # 组件服务配置 -├── services # 组件服务实现 -└── tools # 组件工具实现 +├── sa_profile # 服务配置 +├── services # 服务实现 +└── tools # 工具实现 ``` + + ## 使用说明 ANS支持4种类型的通道,分别为: @@ -47,14 +53,12 @@ ANS支持4种类型的通道,分别为: 并且可调整通知的标签、分组、触发事件等属性。 -## 相关仓 -事件通知子系统 -**[notification_ans_standard](https://gitee.com/openharmony/aafwk_standard/blob/master/README_zh.md)** +## 相关仓 -[aafwk\_standard](https://gitee.com/openharmony/aafwk_standard) +**[通知子系统](https://gitee.com/openharmony/notification_distributed_notification_service/blob/master/README_zh.md)** -[appexecfwk\_standard](https://gitee.com/openharmony/appexecfwk_standard) +[SystemUI系统应用](https://gitee.com/openharmony/applications_systemui/blob/master/README_zh.md) -[distributeddatamgr\_datamgr](https://gitee.com/openharmony/distributeddatamgr_datamgr) \ No newline at end of file +[元能力子系统](https://gitee.com/openharmony/ability_ability_runtime/blob/master/README_zh.md) \ No newline at end of file