diff --git a/CompleteApps/KikaInput/README.md b/CompleteApps/KikaInput/README.md index cf5b12602bc982bc2f07bc5e8c3281f4c255c91d..ac0722a041f9e5f436c6c36bea51770accbd7eb5 100644 --- a/CompleteApps/KikaInput/README.md +++ b/CompleteApps/KikaInput/README.md @@ -65,9 +65,9 @@ kikainput是一个轻量级的输入法应用,支持在运行OpenHarmony OS的 **2.配置签名文件然后进行打包** -配置签名文件可以参照:[https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick-start/%E9%85%8D%E7%BD%AEOpenHarmony%E5%BA%94%E7%94%A8%E7%AD%BE%E5%90%8D%E4%BF%A1%E6%81%AF.md]() +配置签名文件可以参照:[https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick-start/configuring-openharmony-app-signature.md]() **3.把生产的签名文件上传到开发板上进行调试** -具体操作可参照:[https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick-start/%E5%AE%89%E8%A3%85%E8%BF%90%E8%A1%8COpenHarmony%E5%BA%94%E7%94%A8.md]() +具体操作可参照:[https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick-start/installing-openharmony-app.md]() diff --git a/ETSUI/eTSBuildCommonView/README_zh.md b/ETSUI/eTSBuildCommonView/README_zh.md index 2ec439634c477d0b5a9c68a29cd6ee2e81c577f6..00080614a582abed92bb78536b0b46b6af88641b 100644 --- a/ETSUI/eTSBuildCommonView/README_zh.md +++ b/ETSUI/eTSBuildCommonView/README_zh.md @@ -1,6 +1,6 @@ # 创建简单视图 ## 简介 -本示例为构建了简单页面展示食物番茄的图片和营养信息,主要为了展示简单页面的Stack布局和Flex布局。详情参考《ArkUI-声明式范式开发指南》第三章。 +本示例通过展示食物番茄的图片和营养信息,主要为了展示简单页面的Stack布局和Flex布局。详情参考《ArkUI-声明式范式开发指南》第三章。 ## 使用说明 此页面为静态页面,无用户交互。 diff --git a/README_zh.md b/README_zh.md index 5e39ffc7af2fdb9f234664c982ae216c020aa70b..1f0c944fee820662fac2a1bf36640f249bb905a9 100755 --- a/README_zh.md +++ b/README_zh.md @@ -49,7 +49,6 @@ - [`KikaInput:`轻量级输入法(JS)](https://gitee.com/openharmony/app_samples/tree/master/CompleteApps/KikaInput) - [`AstronautsGame:`太空人避障游戏(C++)](https://gitee.com/openharmony/app_samples/tree/master/CompleteApps/AstronautsGame) - ETSUI - - [`eTSBuildCommonView:`创建简单视图(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSBuildCommonView) - [`eTSCanvas:`画布组件(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSCanvas) - [`EtsProcess:`进程信息(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/EtsProcess) - [`StringCodec:`字符串编解码(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/StringCodec) @@ -57,6 +56,8 @@ - [`eTSDefiningPageLayoutAndConnection:`页面布局和连接(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSDefiningPageLayoutAndConnection) - [`eTSRunninglock:`运行锁(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSRunninglock) - [`eTSUrlString:`URL字符串解析(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSUrlString) + - [`eTSComponent:`Ets组件测试Demo(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSComponent) + - [`eTSLottie:`Lottie功能展示(eTS)](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/eTSLottie) - ArkUI - [`AtomicLayout:`原子布局(JS)](https://gitee.com/openharmony/app_samples/tree/master/UI/AtomicLayout) - [`Badge:`事件标记控件(JS)](https://gitee.com/openharmony/app_samples/tree/master/UI/Badge)