From fe23b88427c991901fe6258f24938868eec3d9cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?=
<2291200076@qq.com>
Date: Tue, 19 Apr 2022 17:36:00 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
bookshelfplus-frontend/routes/index.js | 5 +++++
bookshelfplus-frontend/views/component/footer.html | 2 +-
bookshelfplus-frontend/views/dashboard/admin/Export.html | 3 +++
bookshelfplus-frontend/views/dashboard/admin/FileManage.html | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
create mode 100644 bookshelfplus-frontend/views/dashboard/admin/Export.html
diff --git a/bookshelfplus-frontend/routes/index.js b/bookshelfplus-frontend/routes/index.js
index ce42ea7..879884a 100644
--- a/bookshelfplus-frontend/routes/index.js
+++ b/bookshelfplus-frontend/routes/index.js
@@ -152,6 +152,11 @@ router.get('/dashboard/:group/:page/:subpage?', function (req, res) {
baseTemplate: "blank",
pageTemplate: "Account",
},
+ "export": {
+ title: "导出数据",
+ baseTemplate: "blank",
+ pageTemplate: "Export",
+ },
"debug": {
title: "系统配置",
baseTemplate: "blank",
diff --git a/bookshelfplus-frontend/views/component/footer.html b/bookshelfplus-frontend/views/component/footer.html
index a0cda45..e938824 100644
--- a/bookshelfplus-frontend/views/component/footer.html
+++ b/bookshelfplus-frontend/views/component/footer.html
@@ -8,7 +8,7 @@
❤️本项目是开源项目,项目的发展离不开大家的支持,欢迎前往项目仓库点亮Star支持我们❤️
码云
- ·
+ ·
GitHub
网站状态检测
diff --git a/bookshelfplus-frontend/views/dashboard/admin/Export.html b/bookshelfplus-frontend/views/dashboard/admin/Export.html
new file mode 100644
index 0000000..1568bba
--- /dev/null
+++ b/bookshelfplus-frontend/views/dashboard/admin/Export.html
@@ -0,0 +1,3 @@
+
+ 导出为 Markdown 格式文件(TODO) +
\ No newline at end of file diff --git a/bookshelfplus-frontend/views/dashboard/admin/FileManage.html b/bookshelfplus-frontend/views/dashboard/admin/FileManage.html index 47d8886..31122e7 100644 --- a/bookshelfplus-frontend/views/dashboard/admin/FileManage.html +++ b/bookshelfplus-frontend/views/dashboard/admin/FileManage.html @@ -61,7 +61,7 @@ 修改: ${new Date(element.fileModifiedAt).toLocaleString()} `, 管理: ` - 管理文件对象(TODO) + 详情(TODO) 删除(TODO) `, })