feat: add display of directory information

This commit is contained in:
hayden
2024-11-06 13:51:38 +08:00
parent 0a8c532506
commit 288f026d47
3 changed files with 20 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ const messages = {
},
info: {
type: 'Model Type',
pathIndex: 'Directory',
fullname: 'File Name',
sizeBytes: 'File Size',
createdAt: 'Created At',
@@ -69,6 +70,7 @@ const messages = {
},
info: {
type: '类型',
pathIndex: '目录',
fullname: '文件名',
sizeBytes: '文件大小',
createdAt: '创建时间',