From 64e0218addce480db7bf5894e00cf0371852ec8b Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Mon, 15 Dec 2025 13:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0emoji=E7=9A=84map=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=AF=B9=E5=BA=94key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomKeyboard/Resource/KBSkinIconMap.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CustomKeyboard/Resource/KBSkinIconMap.strings b/CustomKeyboard/Resource/KBSkinIconMap.strings index e8ee353..30bdefc 100644 --- a/CustomKeyboard/Resource/KBSkinIconMap.strings +++ b/CustomKeyboard/Resource/KBSkinIconMap.strings @@ -241,6 +241,8 @@ "symbols_toggle_123" = "key_symbols_123"; /* 自定义 AI 功能键 */ "ai" = "key_ai"; +/* Emoji功能键 */ +"emoji" = "key_emoji"; /* 发送/换行键 */ "return" = "key_send";