修一下缺省值
This commit is contained in:
@@ -43,7 +43,7 @@ namespace SpineViewer.ViewModels
|
||||
float gb = bytes / 1024f / 1024f / 1024f;
|
||||
return $"{gb:F1} GB";
|
||||
}
|
||||
return "N/A";
|
||||
return "Unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user