From 1093bf5e1d4fe008b48e4bf4bf03eb54e6b138bd Mon Sep 17 00:00:00 2001 From: lwx1153805 Date: Mon, 16 Jan 2023 02:53:02 +0000 Subject: [PATCH] update zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md. Signed-off-by: lwx1153805 --- zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md b/zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md index 13586fc0fb..e469edc65f 100644 --- a/zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md +++ b/zh-cn/device-dev/quick-start/quickstart-ide-3568-helloworld.md @@ -168,6 +168,7 @@ vendor/hihope > OpenHarmony-v3.2-Beta2之前版本,RK3568的产品配置文件为productdefine/common/products/rk3568.json;从OpenHarmony-v3.2-Beta2版本开始,RK3568的产品配置文件为vendor/hihope/rk3568/config.json。 - 3.2-Beta2之前版本 + 在productdefine/common/products/rk3568.json中添加对应的hello部件,直接添加到原有部件后即可。 ``` @@ -178,6 +179,7 @@ vendor/hihope ``` - 3.2-Beta2及之后版本 + 在vendor/hihope/rk3568/config.json中添加对应的hello部件,直接添加到原有部件后即可。 ``` -- GitLab