This commit is contained in:
2025-11-20 19:57:11 +08:00
parent 75d2e4072a
commit b2994adc1c
4 changed files with 31 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, KBKeyType) {
KBKeyTypeSpace, // 空格
KBKeyTypeReturn, // 回车/发送
KBKeyTypeGlobe, // 系统地球键
KBKeyTypeCustom, // 自定义功能占位
KBKeyTypeCustom, // 自定义功能占位 AI
KBKeyTypeSymbolsToggle // 数字面板内的“#+=/123”切换
};