version 2.2409.1

This commit is contained in:
2024-09-04 15:29:31 +08:00
parent 279ce91689
commit 86ae0779ef
4 changed files with 5 additions and 5 deletions

View File

@@ -44,8 +44,8 @@ func GetFileInfo(dir, suffix string) ([]FileInfo, error) {
FileType: fileType,
FileMode: info.Mode().String(),
LinkCount: 0,
Owner: "N/A",
Group: "N/A",
Owner: "-",
Group: "-",
Size: info.Size(),
ModifiedTime: info.ModTime().Unix(),
FileName: info.Name(),