From a5670f024a05ec9a26d0c7dfc8f09f3099d23595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E5=8D=93=E4=BC=A6?= <2658469835@qq.com> Date: Fri, 6 Jun 2025 16:46:32 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20UtilizeHWCEfficiently=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/ArkUISample.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/ArkUISample.ets b/entry/src/main/ets/pages/ArkUISample.ets index 2ee6a68..8b66ec9 100644 --- a/entry/src/main/ets/pages/ArkUISample.ets +++ b/entry/src/main/ets/pages/ArkUISample.ets @@ -1,7 +1,7 @@ /** * 最佳实践:高效利用HWC的低功耗设计 */ -// [Start ArkUI_sample] +// [Start ArkUI] @Entry @Component struct ArkUISample { @@ -18,4 +18,4 @@ struct ArkUISample { .height('100%') } } -// [End ArkUI_sample] \ No newline at end of file +// [End ArkUI] \ No newline at end of file -- Gitee