1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-15 20:25:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

新增”添加网盘链接“功能

This commit is contained in:
2022-04-23 22:14:59 +08:00
parent 89a93009d5
commit c95a581aaf
14 changed files with 2841 additions and 826 deletions

View File

@@ -77,8 +77,9 @@
${new Date(element.fileCreateAt).toLocaleString()}
</span>`,
管理: `<span style="margin: 0 auto;">
<a href="<%= pageUrl %>detail?id=${element.id}">详情</a>
<a href="javascript:deleteFile(${element.id});">删除(TODO)</a>
<a href="<%= pageUrl %>detail?id=${element.id}">详情</a>
<a href="<%= pageUrl %>object-detail?fileId=${element.id}">添加网盘链接</a><br>
<a href="javascript:deleteFile(${element.id});">删除(TODO)</a>
</span>`,
})
});