From e105188371353e8b787c222b014964bc31f5a433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Mon, 26 May 2025 06:50:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?update=20README.md.=20readme=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付浩程 <798994511@qq.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2e9558..bf3c5f6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ 1. 在应用首页,点击按钮进入话费充值页面。 2. 点击右侧联系人图标拉起系统通讯录页面,选中联系人后异步返回联系人信息。 3. 选择金额点击底部充值按钮会出现toast提示。 +4. ArkTS侧与H5侧只支持异步交互。 ## 工程目录 -- Gitee From 4da0e82e5e4b088f791efa3a1fe24291edd423ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Mon, 26 May 2025 06:50:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20README.en.md.=20readme=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付浩程 <798994511@qq.com> --- README.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.en.md b/README.en.md index 02cb425..444ca4c 100644 --- a/README.en.md +++ b/README.en.md @@ -12,6 +12,7 @@ This sample focuses on illustrating the interactions between ArkTS and HTML5. It 1. On the home page of the application, touch the button to access the recharge page. 2. Touch the contact icon on the right to display the Contacts screen. Select a contact, and the contact information is returned asynchronously. 3. Select an amount and touch the recharge button at the bottom. A toast is displayed. +The ArkTS supports only asynchronous interaction with the H5. ## Project Directory -- Gitee