mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
fix ui
This commit is contained in:
@@ -139,9 +139,7 @@ class DownloadingTask {
|
||||
return matches.map((match) => match.group(1)!).toList();
|
||||
}
|
||||
var tags = extractTags(subPathPatten);
|
||||
print(illust.tags);
|
||||
for(var tag in tags) {
|
||||
print(tag);
|
||||
if (illust.tags.where((e) => e.name == tag || e.translatedName == tag).isNotEmpty) {
|
||||
subPathPatten = subPathPatten.replaceAll("\${tag($tag)}", tag);
|
||||
}
|
||||
|
Reference in New Issue
Block a user