From 64cd2d637705713703c0958e6f027f44876568f0 Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Wed, 23 Apr 2025 17:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.en.md b/README.en.md index 229180f..741cdcd 100644 --- a/README.en.md +++ b/README.en.md @@ -16,6 +16,8 @@ This codelab gives an example of ArkTS declarative development, introducing how **ohos.permission.INTERNET**, required for accessing online web pages. ## How to Use +#### Preview device description +The previewer does not support previewing web components. Please run it on a real machine. #### Server setup process diff --git a/README.md b/README.md index c3b6fea..e9a071b 100755 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 访问在线网页时需添加网络权限:ohos.permission.INTERNET。 ## 使用说明 +#### 预览器说明 +预览器不支持预览Web组件,请使用真机运行。 #### 服务端搭建流程 -- Gitee