修改hud

This commit is contained in:
2025-12-31 17:32:39 +08:00
parent 7ed84fd445
commit 1096f24c57
2 changed files with 10 additions and 4 deletions

View File

@@ -296,6 +296,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
fromViewController:self
mode:KBSkinSourceModeRemoteZip
completion:^(BOOL success) {
[KBHUD dismiss];
NSLog(@"%@[SkinDetail] download result id=%@",
(success ? @"✅" : @"❌"),
self.detailModel.themeId);