添加emoji1

This commit is contained in:
2025-12-15 13:24:43 +08:00
parent 633e6a9123
commit 6963c8016f
13 changed files with 15733 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ typedef NS_ENUM(NSInteger, KBKeyType) {
KBKeyTypeSymbolsToggle // 数字面板内的“#+=/123”切换
};
FOUNDATION_EXPORT NSString * const KBKeyIdentifierEmojiPanel;
/// 字母键的大小写变体标记(非字母键使用 KBKeyCaseVariantNone
typedef NS_ENUM(NSInteger, KBKeyCaseVariant) {
KBKeyCaseVariantNone = 0,

View File

@@ -5,6 +5,8 @@
#import "KBKey.h"
NSString * const KBKeyIdentifierEmojiPanel = @"emoji_panel";
@implementation KBKey
+ (instancetype)keyWithTitle:(NSString *)title output:(NSString *)output {