添加设置

This commit is contained in:
2025-10-28 18:02:10 +08:00
parent 02dd204744
commit 0031b7a5f6
7 changed files with 164 additions and 3 deletions

View File

@@ -59,8 +59,9 @@
}
- (void)toolBarDidTapSettings:(KBToolBar *)toolBar {
//
// [self.textDocumentProxy insertText:@"[settings]"];
if ([self.delegate respondsToSelector:@selector(keyBoardMainViewDidTapSettings:)]) {
[self.delegate keyBoardMainViewDidTapSettings:self];
}
}
#pragma mark - KBKeyboardViewDelegate
@@ -112,4 +113,6 @@
//
// KeyboardViewController
@end