This commit is contained in:
2026-03-02 20:20:28 +08:00
parent a68fb9657f
commit fb6db0649c
11 changed files with 143 additions and 29 deletions

View File

@@ -89,6 +89,11 @@ typedef void (^KBSkinInstallConsumeCompletion)(BOOL success, NSError * _Nullable
+ (BOOL)applyInstalledSkinWithId:(NSString *)skinId
error:(NSError * _Nullable __autoreleasing *)error;
/// 重新应用当前皮肤的图标映射(用于语言切换时更新图标)。
/// @param languageCode 新的语言代码
/// @return 是否成功重新应用
+ (BOOL)reloadCurrentSkinIconMapForLanguageCode:(NSString *)languageCode;
@end
NS_ASSUME_NONNULL_END