mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
更新
This commit is contained in:
parent
e3b3f08b6b
commit
c94bafffe6
@ -370,9 +370,7 @@ public class ModInfoModel : I18nModel<I18nModInfoModel>
|
||||
var count = 0;
|
||||
foreach (var anime in animes)
|
||||
{
|
||||
var imagePath = Path.Combine(animePath, count.ToString());
|
||||
Directory.CreateDirectory(imagePath);
|
||||
SaveImages(Path.Combine(imagePath, count.ToString()), anime);
|
||||
SaveImages(Path.Combine(animePath, count.ToString()), anime);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user