修一下缺省值

This commit is contained in:
ww-rm
2025-05-29 21:55:47 +08:00
parent 42cb782a96
commit 16d4388f3e

View File

@@ -43,7 +43,7 @@ namespace SpineViewer.ViewModels
float gb = bytes / 1024f / 1024f / 1024f; float gb = bytes / 1024f / 1024f / 1024f;
return $"{gb:F1} GB"; return $"{gb:F1} GB";
} }
return "N/A"; return "Unknown";
} }
} }