From 058f7b0305ce2ace34524737349db1f571a09ca5 Mon Sep 17 00:00:00 2001 From: WX1379483 Date: Fri, 30 May 2025 11:05:53 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9WebApplicationJump=E4=BB=93=E5=BA=93=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Navigation2.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/Navigation2.ets b/entry/src/main/ets/pages/Navigation2.ets index c83bc3f..c7f674d 100644 --- a/entry/src/main/ets/pages/Navigation2.ets +++ b/entry/src/main/ets/pages/Navigation2.ets @@ -25,7 +25,7 @@ export struct Navigation3 { if (!bundleManager.canOpenLink(link)) { return true; } - // [End link1] + // [End link2] // Configuration parameter. const openLinkOptions: OpenLinkOptions = { appLinkingOnly: false, -- Gitee