From 5bc2b5c058ef994453ad40b8258386a42df41bae Mon Sep 17 00:00:00 2001 From: chensi10 Date: Tue, 27 Jul 2021 21:24:48 +0800 Subject: [PATCH] update readme Signed-off-by: chensi10 --- ...45\345\255\220\347\263\273\347\273\237.md" | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git "a/zh-cn/readme/\344\272\213\344\273\266\351\200\232\347\237\245\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\344\272\213\344\273\266\351\200\232\347\237\245\345\255\220\347\263\273\347\273\237.md" index 2cef7c5367..1a5d7443cd 100755 --- "a/zh-cn/readme/\344\272\213\344\273\266\351\200\232\347\237\245\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\344\272\213\344\273\266\351\200\232\347\237\245\345\255\220\347\263\273\347\273\237.md" @@ -20,17 +20,17 @@ OpenHarmony通过CES(Common Event Service,公共事件服务)为应用程 ``` /base/notification/ces_standard/ -│── cesfwk # 组件目录 -│ ├── innerkits # 对内接口目录 -│ ├── kits # 对外接口目录 -│ ├── sa_profile # 组件服务配置 -│ ├── services # 组件服务实现 -│ ├── tools # 组件工具实现 -|── common -| |──log # 日志组件目录 -|── interfaces -| |── kits # typescript描述文件 -│── ohos.build # 组件编译脚本 +│── frameworks # 组件目录 +│ |── common/log # 日志组件目录 +│ |── core # 组件native接口内部实现 +│ ├── native # 组件native接口实现 +│── interface # 对外接口目录 +| |── innerkits # 组件native接口定义 +| |── kits/napi # 组件napi实现 +├── sa_profile # 组件服务配置 +├── services # 组件服务实现 +├── tools # 组件工具实现 +│── ohos.build # 组件编译脚本 ``` -- GitLab