3
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user