From ff522de898d36c215621b36c210e627f3f1b8615 Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Mon, 22 Sep 2025 15:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 9363031..d769c77 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ How to Use * This sample consists of one module. * Use buttons to implement basic control on games, use the **WebViewController** APIs to control behaviors of the **Web** components, and use the WebView to inject JS and execution capabilities. - * Source code: [EntryAbility.ets](entry/src/main/ets/entryability/EntryAbility.ets), [Index.ets] (entry/src/main/ets/pages/Index.ets) + * Source code: [EntryAbility.ets](entry/src/main/ets/entryability/EntryAbility.ets), [Index.ets](entry/src/main/ets/pages/Index.ets) * API reference: @ohos.window, @ohos.web.webview ### Required Permissions -- Gitee