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";