1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加网盘分享链接解析页面;只有对象存储的文件才显示刷新状态按钮;一些前端小调整和小优化

This commit is contained in:
2022-04-24 23:57:04 +08:00
parent c95a581aaf
commit 3028d0d008
8 changed files with 260 additions and 16 deletions

View File

@@ -126,6 +126,11 @@ router.get('/dashboard/:group/:page/:subpage?', function (req, res) {
baseTemplate: "table",
pageTemplate: "FileManage",
childPage: {
"upload": {
title: "上传文件",
baseTemplate: "blank",
pageTemplate: "FileManage_Upload",
},
"detail": {
title: "文件详情",
baseTemplate: "blank",
@@ -141,10 +146,10 @@ router.get('/dashboard/:group/:page/:subpage?', function (req, res) {
baseTemplate: "form",
pageTemplate: "FileManage_ObjectManage_Detail",
},
"upload": {
title: "上传文件",
"get-share-url": {
title: "粘贴网盘分享链接",
baseTemplate: "blank",
pageTemplate: "FileManage_Upload",
pageTemplate: "FileManage_ObjectManage_getShareUrl",
},
}
},