修改弹窗
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user