From 9b5f74284012e35e5cc947f3e695ddb19f661b16 Mon Sep 17 00:00:00 2001 From: CodingGorit Date: Thu, 19 Jun 2025 18:32:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 3327da0..38f9d2d 100644 --- a/README.en.md +++ b/README.en.md @@ -68,7 +68,7 @@ The intent sharing source code can be found in the `shareIntent` method in `Play ### Constraints -1. **Testing for intent sharing and invocation cannot be independently completed by developers. Please follow the Intents Kit integration process and submit an acceptance application via email to the Huawei intent framework contact. The contact will assist the developer in completing the testing and acceptance.** +1. **Testing for intent sharing and invocation cannot be independently completed by developers. Please follow the [Intents Kit integration process](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/intents-habit-rec-dp-self-validation) and submit an acceptance application via email to the Huawei intent framework contact. The contact will assist the developer in completing the testing and acceptance.** 2. This example only runs on standard systems and supports Huawei phones and tablets. 3. HarmonyOS version: HarmonyOS 5.0.5 Release or later. 4. DevEco Studio version: DevEco Studio 5.0.5 Release or later. diff --git a/README.md b/README.md index 6142c54..acf7d74 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ 2. 待系统将共享的意图完成处理后,将会在小艺建议的卡片内展示共享的意图。 3. 点击展示的对应小艺卡片,会重新拉起示例应用,并进行视频接续播放。 - ## 工程目录 ``` @@ -64,15 +63,15 @@ entry/src/main/ ### 依赖 -1. 本示例依赖@ohos/hvigor-ohos-plugin。 +1. 本示例依赖 `@ohos/hvigor-ohos-plugin`。 2. 使用DevEco Studio版本大于本示例推荐版本,请根据 DevEco Studio 提示更新 hvigor 插件版本。 3. 需联网登录华为账号并同意小艺建议的用户协议和隐私政策。 ### 约束与限制 -1. **意图共享和意图调用的测试,当前无法由开发者独立完成,请根据Intents - Kit接入流程,通过邮箱向华为意图框架接口人提交验收申请,由接口人配合开发者一同完成测试验收。** +1. **意图共享和意图调用的测试,当前无法由开发者独立完成,请根据[Intents + Kit接入流程](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/intents-habit-rec-dp-self-validation),通过邮箱向华为意图框架接口人提交验收申请,由接口人配合开发者一同完成测试验收。** 2. 本示例仅支持标准系统上运行,支持设备:华为手机、华为平板。 3. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 4. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -5. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 +5. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file -- Gitee