From 5eb72e2bae3ae64c5eca09182c9017a93868d38f Mon Sep 17 00:00:00 2001 From: c30077388 Date: Tue, 24 Jun 2025 20:05:15 +0800 Subject: [PATCH] =?UTF-8?q?uicontext=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: c30077388 Change-Id: I94f9cd175221564a27a0bfbe3550c90a1526d3a5 --- .../reference/apis-arkui/js-apis-arkui-UIContext.md | 1 - 1 file changed, 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md b/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md index 74b7f3de841..cc9017da15d 100644 --- a/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md +++ b/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md @@ -34,7 +34,6 @@ import { UIContext } from '@kit.ArkUI'; @Entry @Component struct Index { - @build build() { Column() { Button("Button") -- Gitee