修改弹窗

This commit is contained in:
2025-12-22 15:49:28 +08:00
parent 1c9ae7bc06
commit 9e33c93763
3 changed files with 11 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ static NSString * const kKBSkinMetadataThemeKey = @"theme_json";
#if __has_include("KBNetworkManager.h")
// http/https
NSLog(@"[SkinBridge] will GET zip: %@", zipURL);
[KBHUD show];
[KBHUD showWithStatus:@"正在下载..."];
[[KBNetworkManager shared] GETData:zipURL parameters:nil headers:nil completion:^(NSData *data, NSURLResponse *response, NSError *error) {
NSLog(@"[SkinBridge] GET finished, error = %@", error);
if (error || data.length == 0) {
@@ -766,4 +766,3 @@ static NSString * const kKBSkinMetadataThemeKey = @"theme_json";
}
@end