From 46502f3cbaed4640fefa0db29c667c4034abc1ea Mon Sep 17 00:00:00 2001 From: tongzihan <15671769870@163.com> Date: Fri, 30 May 2025 16:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/src/main/ets/view/CommentKeyboard.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/features/home/src/main/ets/view/CommentKeyboard.ets b/features/home/src/main/ets/view/CommentKeyboard.ets index 81b6991..49d0917 100644 --- a/features/home/src/main/ets/view/CommentKeyboard.ets +++ b/features/home/src/main/ets/view/CommentKeyboard.ets @@ -197,7 +197,6 @@ export struct CommentKeyboard { .fontColor(0xFF133667) .maxLines(1) .textOverflow({ overflow: TextOverflow.Ellipsis }) - } // [End comment_keyboard6] -- Gitee