From 10a369557920ec91293e6616511302f9116a7284 Mon Sep 17 00:00:00 2001 From: liqiang Date: Sat, 8 Oct 2022 12:00:47 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=96=87=E6=A1=A3=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liqiang Change-Id: If3914c5a9ceabe281f2e6f95bbac8e55d8df5676 --- README_zh.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README_zh.md b/README_zh.md index 6e80b8503..d5d49c4c9 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 -- Gitee