From 2ab99e665b353b3a588fd13f0df15d2c77dbdebe Mon Sep 17 00:00:00 2001 From: hwzhangchuang Date: Tue, 29 Mar 2022 14:37:22 +0800 Subject: [PATCH] modify readme Signed-off-by: hwzhangchuang --- README_zh.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README_zh.md b/README_zh.md index a22043e3..1f385bb5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -86,8 +86,16 @@ ## **涉及仓** **** -**分布式屏幕** -[distributed_screen](https://gitee.com/openharmony/distributed_screen) +**分布式硬件子系统:** -**分布式硬件管理框架** -[distributed_hardware_fwk](https://gitee.com/openharmony/distributed_hardware_fwk) \ No newline at end of file +设备管理 +[device_manager](https://gitee.com/openharmony/device_manager) + +分步式硬件管理框架 +[distributed_hardware_fwk](https://gitee.com/openharmony/distributed_hardware_fwk) + +分布式相机 +[distributed_camera](https://gitee.com/openharmony/distributed_camera) + +**分布式屏幕 +[distributed_screen](https://gitee.com/openharmony/distributed_screen)** \ No newline at end of file -- Gitee