From 65617587f1a1322c5dc63beb154b4076fc5aeb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E7=BA=A2=E6=9D=B0?= Date: Fri, 8 Aug 2025 19:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=BB=9A=E5=8A=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 石红杰 --- .../entry/src/main/ets/pages/grid/GridMainPage.ets | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets b/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets index 9a9500e0dd8..13cf02b3120 100644 --- a/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets +++ b/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets @@ -38,7 +38,11 @@ struct WaterFlowMainPage { new TextList(4, 'ItemDragWithVibrator', 'pages/grid/ItemDragWithVibrator'), new TextList(5, 'GridScrollWithSelect','pages/grid/GridScrollWithSelect'), new TextList(6, 'GridDragAndPan','pages/grid/GridDragAndPan'), - new TextList(7, 'GridCalculator','pages/grid/GridCalculator') + new TextList(7, 'GridCalculator','pages/grid/GridCalculator'), + new TextList(8, 'friction','pages/grid/friction/friction'), + new TextList(9, 'friction','pages/grid/GridModifier/friction'), + new TextList(10, 'GridIndex','pages/grid/index/GridIndex'), + new TextList(11, 'GridModifierIndex','pages/grid/index/GridModifierIndex') ] @State fontSize: Resource | undefined = undefined build() { -- Gitee