diff --git a/README.md b/README.md index 60d871091e350e976e77f9e9af85922a41c382d3..39f30a0790eff3a51b8750ae596ed2c29b59cb2d 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,8 @@ ``` ### 具体实现 - -1. 使用[Navigation Dialog](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/arkts-navigation-navigation-V5)实现弹窗功能。 -2. 使用[RichEditor](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-richeditor-V5)相关API实现评论模块编辑区域输入文字、表情、@好友功能。 +1. 使用[Navigation Dialog](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/arkts-navigation-navigation)实现弹窗功能。 +2. 使用[RichEditor](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/ts-basic-components-richeditor)相关API实现评论模块编辑区域输入文字、表情、@好友功能。 ### 相关权限 @@ -59,9 +58,9 @@ 1.本示例仅支持标准系统上运行,支持设备:华为手机。 -2.HarmonyOS系统:HarmonyOS NEXT Beta1及以上。 +2.HarmonyOS系统:HarmonyOS 5.0.4 Release及以上。 -3.DevEco Studio版本:DevEco Studio NEXT Beta1及以上。 +3.DevEco Studio版本:DevEco Studio 5.0.4 Release及以上。 -4.HarmonyOS SDK版本:HarmonyOS NEXT Beta1 SDK及以上。 +4.HarmonyOS SDK版本:HarmonyOS 5.0.4 Release SDK及以上。 diff --git a/README_EN.md b/README_EN.md index 3329688535ee3b17559e968ab9017d056525ec27..6a4547cc670bded2f91576580ff32b4b5f44d13d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -43,9 +43,8 @@ Instructions: ``` ### How to Implement - -1. Use [Navigation Dialog](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V5/arkts-navigation-navigation-V5) to implement a window. -2. Use [RichEditor](https://developer.huawei.com/consumer/en/doc/harmonyos-references-V5/ts-basic-components-richeditor-V5) APIs to implement the functions of entering text, emojis, and @ friends in the editing area of the comment module. +1. Use [Navigation Dialog](https://developer.huawei.com/consumer/en/doc/harmonyos-guides/arkts-navigation-navigation) to implement a window. +2. Use [RichEditor](https://developer.huawei.com/consumer/en/doc/harmonyos-references/ts-basic-components-richeditor) APIs to implement the functions of entering text, emojis, and @ friends in the editing area of the comment module. ### Required Permissions @@ -59,8 +58,8 @@ N/A 1. The sample is supported only on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS NEXT Beta 1 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.4 Release or later. -3. The DevEco Studio version must be DevEco Studio NEXT Beta1 or later. +3. The DevEco Studio version must be DevEco Studio 5.0.4 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS NEXT Beta1 SDK or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.4 Release SDK or later.