From e970d6918a2545e3ec9ad1377098e7062a93f664 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 15:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B5=8F=E8=A7=88=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/file_browser.html | 253 ++++++++++---------- 1 file changed, 132 insertions(+), 121 deletions(-) diff --git a/admin/dashboard/templates/file_browser.html b/admin/dashboard/templates/file_browser.html index d240831..fb828b0 100644 --- a/admin/dashboard/templates/file_browser.html +++ b/admin/dashboard/templates/file_browser.html @@ -1,44 +1,82 @@ {% extends "base.html" %} -{% block title %}文件浏览器{% endblock %} +{% block title %}文件浏览{% endblock %} {% block content %}
-
-
-

文件浏览器

-
-
- -
- -
-
+ +
+ 文件浏览 +
+ + + + 上级目录 +
-
-
- - - - - - - - - - - - - -
名称类型大小修改时间操作
-
-
-
+ + + + + + + + + + + + + + + + + +
@@ -46,98 +84,71 @@ {% block scripts %} {% endblock %} \ No newline at end of file