This commit is contained in:
2026-03-09 17:34:08 +08:00
parent c1ace5f53e
commit 0af7428353
55 changed files with 1630 additions and 665 deletions

View File

@@ -16,7 +16,6 @@
#import "KBKeyBoardMainView.h"
#import "KBKeyboardSubscriptionView.h"
#import "KBLocalizationManager.h"
#import "KBSettingView.h"
#import "KBSkinManager.h"
#import "KBSkinInstallBridge.h"
#import "KBSuggestionEngine.h"
@@ -296,10 +295,6 @@ static NSString *KBFormatMB(uint64_t bytes) {
[_functionView removeFromSuperview];
_functionView = nil;
}
if (_settingView) {
[_settingView removeFromSuperview];
_settingView = nil;
}
if (_subscriptionView) {
[_subscriptionView removeFromSuperview];
_subscriptionView = nil;