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,
|
||||
|
||||
Reference in New Issue
Block a user