From 6ad2079351c51086c4f6f43093b497ac787a734e Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 23 Dec 2025 13:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9emoji=20=20=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomKeyboard/Resource/KBSkinIconMap.strings | 3 ++- Shared/KBConfig.h | 3 ++- keyBoard/Class/Resource/KBSkinIconMap.strings | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CustomKeyboard/Resource/KBSkinIconMap.strings b/CustomKeyboard/Resource/KBSkinIconMap.strings index 30bdefc..47cff5a 100644 --- a/CustomKeyboard/Resource/KBSkinIconMap.strings +++ b/CustomKeyboard/Resource/KBSkinIconMap.strings @@ -242,7 +242,8 @@ /* 自定义 AI 功能键 */ "ai" = "key_ai"; /* Emoji功能键 */ -"emoji" = "key_emoji"; +//"emoji" = "key_emoji"; +"emoji_panel" = "key_emoji"; /* 发送/换行键 */ "return" = "key_send"; diff --git a/Shared/KBConfig.h b/Shared/KBConfig.h index 79ab795..f4e1869 100644 --- a/Shared/KBConfig.h +++ b/Shared/KBConfig.h @@ -38,7 +38,8 @@ // 基础baseUrl #ifndef KB_BASE_URL //#define KB_BASE_URL @"https://m1.apifoxmock.com/m1/5438099-5113192-default/" -#define KB_BASE_URL @"http://192.168.2.21:7529/api" +//#define KB_BASE_URL @"http://192.168.2.21:7529/api" +#define KB_BASE_URL @"https://devcallback.loveamorkey.com/api" #endif #import "KBFont.h" diff --git a/keyBoard/Class/Resource/KBSkinIconMap.strings b/keyBoard/Class/Resource/KBSkinIconMap.strings index 8ea5b6e..599ec46 100644 --- a/keyBoard/Class/Resource/KBSkinIconMap.strings +++ b/keyBoard/Class/Resource/KBSkinIconMap.strings @@ -239,6 +239,9 @@ "symbols_toggle_123" = "key_symbols_123"; /* 自定义 AI 功能键 */ "ai" = "key_ai"; +//"emoji" = "key_emoji"; +"emoji_panel" = "key_emoji"; + /* 发送/换行键 */ "return" = "key_send";