增加所有导出格式

This commit is contained in:
ww-rm
2025-03-31 17:30:20 +08:00
parent 9e27a19258
commit e9accd13b3
20 changed files with 411 additions and 177 deletions

View File

@@ -65,7 +65,7 @@ namespace SpineViewer.Dialogs
skelPath = Path.GetFullPath(skelPath);
}
if (string.IsNullOrEmpty(atlasPath))
if (string.IsNullOrWhiteSpace(atlasPath))
{
atlasPath = null;
}