配置化json strings

This commit is contained in:
2025-11-19 20:16:19 +08:00
parent 0196128008
commit 8dbaa9dcf6
5 changed files with 478 additions and 154 deletions

View File

@@ -188,7 +188,11 @@
if (idx < 0 || idx >= self.skins.count) return;
NSDictionary *skin = self.skins[idx];
if (!skin) return;
[[KBSkinService shared] applySkinWithJSON:skin fromViewController:self completion:nil];
// Zip bundle KBSkinSourceModeLocalBundleZip
[[KBSkinService shared] applySkinWithJSON:skin
fromViewController:self
mode:KBSkinSourceModeLocalBundleZip
completion:nil];
}
@end