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

@@ -513,7 +513,11 @@ typedef void(^KBInputProfileSelectHandler)(NSString *languageCode, NSString *lay
@"profileId": layout.profileId
}];
}
// STTODO
if ([profile.code isEqualToString:@"zh-Hant-Pinyin"]) {
// NSLog(@"===");
continue;
}
[configs addObject:@{
@"code": profile.code,
@"name": profile.name,

View File

@@ -54,7 +54,7 @@
@{ @"title": KBLocalized(@"Agreement"), @"icon": @"my_agreement_icon", @"color": @(0x4CD964),@"id":@"5" },
@{ @"title": KBLocalized(@"Privacy Policy"), @"icon": @"my_privacy_icon", @"color": @(0x5AC8FA),@"id":@"6" },
#if DEBUG
@{ @"title": KBLocalized(@"Test"), @"icon": @"", @"color": @(0x5AC8FA),@"id":@"7" },
// @{ @"title": KBLocalized(@"Test"), @"icon": @"", @"color": @(0x5AC8FA),@"id":@"7" },
#endif
]