From 96d3be29ec4b0e200eb3fdf28410cff5b490bccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E9=BB=84?= Date: Thu, 1 Sep 2022 11:05:55 +0000 Subject: [PATCH] =?UTF-8?q?update=20DistributeDatabaseDrawEts/README.md?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8D=E8=83=BD=E6=AD=A3=E5=B8=B8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20Signed-off-by:=20=E9=BB=84=E9=BB=84=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄黄 --- Distributed/DistributeDatabaseDrawEts/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Distributed/DistributeDatabaseDrawEts/README.md b/Distributed/DistributeDatabaseDrawEts/README.md index b2a471b6..6f9795a7 100644 --- a/Distributed/DistributeDatabaseDrawEts/README.md +++ b/Distributed/DistributeDatabaseDrawEts/README.md @@ -53,7 +53,7 @@ - 找到系统应用“音乐”。 - ![](figures/音乐.png) + ![](figures/音乐.png) - 设备A打开音乐,点击左下角流转按钮,弹出列表框,在列表中会展示远端设备的id。 @@ -65,10 +65,9 @@ - 设备B点击允许,设备B将会弹出随机PIN码,将设备B的PIN码输入到设备A的PIN码填入框中。 - ![](figures/pin.png)![](figures/确认.png) - - 配网完毕。 + ![](figures/pin.png)![](figures/确认.png) + 配网完毕。 # 5.代码结构解读 本篇Codelab只对核心代码进行讲解,对于完整代码,我们会在[参考](https://gitee.com/openharmony/codelabs/tree/master/Distributed/DistributeDatabaseDrawEts)中提供下载方式,整个工程的代码结构如下: -- Gitee