From 816d0df76be17abb44fc1ccda55446e82a81b20d Mon Sep 17 00:00:00 2001 From: XHY Date: Fri, 13 Sep 2024 10:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=20touch-ev?= =?UTF-8?q?ents-bubbles=20pages.json=20=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 23704bac2332c50974a6e71ebad8c354ea878690) --- pages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages.json b/pages.json index d9297741..dbbd6971 100644 --- a/pages.json +++ b/pages.json @@ -370,6 +370,12 @@ "navigationBarTitleText": "Touch Events" } }, + { + "path": "pages/component/global-events/touch-events-bubbles", + "style": { + "navigationBarTitleText": "Touch Events bubbles" + } + }, // #ifndef WEB { "path": "pages/component/nested-scroll-header/nested-scroll-header", -- GitLab