fix: tree & guide

This commit is contained in:
2026-03-24 09:21:21 +08:00
parent b74ba1a3f8
commit 42a879e961
15 changed files with 2619 additions and 601 deletions

View File

@@ -305,7 +305,7 @@ class DocumentResource extends Resource
public static function formatFileSize(?int $bytes): string
{
if ($bytes === null) {
return '';
return '-';
}
$units = ['B', 'KB', 'MB', 'GB'];