From 2f556aeb2767f6cbcc63455c01a44e1d8486d171 Mon Sep 17 00:00:00 2001 From: hdw Date: Tue, 27 May 2025 20:51:35 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E4=BF=AE=E6=94=B9CustomizeKeyb?= =?UTF-8?q?oard=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/view/TextInputComponent.ets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entry/src/main/ets/view/TextInputComponent.ets b/entry/src/main/ets/view/TextInputComponent.ets index 82b569b..e67d748 100644 --- a/entry/src/main/ets/view/TextInputComponent.ets +++ b/entry/src/main/ets/view/TextInputComponent.ets @@ -110,4 +110,5 @@ export struct TextInputComponent { } // [EndExclude TextInput_start] // [End TextInput_start] -// [End customKeyboard_start] \ No newline at end of file +// [End customKeyboard_start] +// [End TextInputComponent_start] \ No newline at end of file -- Gitee