This commit is contained in:
2025-12-17 17:01:49 +08:00
parent dde8716262
commit 1e04e7c39a
21 changed files with 180 additions and 18 deletions

View File

@@ -299,6 +299,10 @@ static void KBSkinInstallNotificationCallback(CFNotificationCenterRef center,
}
}
- (void)functionViewDidRequestSubscription:(KBFunctionView *)functionView {
[self showSubscriptionPanel];
}
#pragma mark - KBKeyboardSubscriptionViewDelegate
- (void)subscriptionViewDidTapClose:(KBKeyboardSubscriptionView *)view {