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,