1
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
/// 键盘扩展聊天更新的 companionId(键盘写入,主 App 读取后刷新对应聊天记录)
|
||||
#define AppGroup_ChatUpdatedCompanionId @"AppGroup_ChatUpdatedCompanionId"
|
||||
|
||||
/// 当前选中的输入配置(主 App 写入,键盘扩展读取)
|
||||
#define AppGroup_SelectedKeyboardProfileId @"AppGroup_SelectedKeyboardProfileId"
|
||||
#define AppGroup_SelectedKeyboardLanguageCode @"AppGroup_SelectedKeyboardLanguageCode"
|
||||
#define AppGroup_SelectedKeyboardLayoutVariant @"AppGroup_SelectedKeyboardLayoutVariant"
|
||||
|
||||
/// Darwin 跨进程通知:键盘扩展发送聊天消息后通知主 App 刷新
|
||||
#define kKBDarwinChatUpdated @"com.loveKey.nyx.chat.updated"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user