diff --git a/frontend/app.html b/frontend/app.html index cb5cec3..16cae41 100644 --- a/frontend/app.html +++ b/frontend/app.html @@ -748,7 +748,7 @@
- +
@@ -765,7 +765,8 @@ @touchend="handleLongPressEnd" @mouseover="$event.currentTarget.style.background='#f9f9f9'" @mouseout="$event.currentTarget.style.background='white'"> - @@ -1155,21 +1157,21 @@ -
文件名 + +
- + - - - - - - - {{ file.name }} + + + + + + + {{ file.name }} +
{{ file.isDirectory ? '-' : file.sizeFormatted }} {{ formatDate(file.modifiedTime) }}
+
- - - - - - + + + + + + - - + @@ -1314,23 +1316,23 @@

用户管理

-
文件路径分享链接访问次数下载次数到期时间操作文件路径分享链接访问次数下载次数到期时间操作
{{ share.share_path }} + {{ share.share_path }} {{ share.share_url }} {{ share.view_count }}
+
- - - - - - - - + + + + + + + + - - +
ID用户名邮箱存储权限当前存储配额使用状态操作ID用户名邮箱存储权限当前存储配额使用状态操作
{{ u.id }} +
{{ u.username }} @@ -1338,7 +1340,7 @@
{{ u.email }}{{ u.email }} 仅本地 仅SFTP @@ -1396,7 +1398,7 @@
暂无待审核的密码重置请求
- +
@@ -1582,7 +1584,7 @@
-
用户名
+
@@ -1596,17 +1598,19 @@ @dblclick="handleInspectionFileClick(file)" @mouseover="$event.currentTarget.style.background='#f9f9f9'" @mouseout="$event.currentTarget.style.background='white'"> -
文件名 - + +
+ - - - - - - - {{ file.name }} + + + + + + + {{ file.name }} +
{{ file.isDirectory ? '-' : file.sizeFormatted }} {{ formatDate(file.modifiedAt) }}