feat: 基本完成需求

This commit is contained in:
P
2024-11-22 21:05:47 +08:00
parent 786f15cae7
commit cd582b52f3
29 changed files with 479 additions and 117 deletions

View File

@@ -396,8 +396,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
NSSet *allResourceSet = [[NSSet alloc] initWithArray:allResourceList];
NSMutableArray *allResourceURLs = @[].mutableCopy;
for (NSString *url in allResourceSet) {
NSString *encodingUrl = [url stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet characterSetWithCharactersInString:@"`#%^{}\"[]|\\<> "].invertedSet];
[allResourceURLs addObject:encodingUrl];
[allResourceURLs addObject:[url pureURLString]];
}
[[UploadFile share] startBatchDownloadWithURLs:allResourceURLs];
}