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-18 10:26:13 +08:00
parent a7bcb3d397
commit 928bfa40ff
12 changed files with 363 additions and 29 deletions

View File

@@ -60,6 +60,13 @@ router.get('/about', function (req, res) {
});
});
router.get('/feedback', function (req, res) {
res.render('feedback', {
title: getPageTitle("用户反馈"),
headText: "用户反馈"
});
});
router.get('/login', function (req, res) {
res.render('login', {
title: getPageTitle("用户登录"),