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

前端书籍搜索页面、手机详情页面;前端优化;后端异常处理;添加项目Gitee和GitHub仓库地址;搜索按钮样式美化

This commit is contained in:
2022-03-15 21:11:28 +08:00
parent 328d9f0dd2
commit c6397dfa47
13 changed files with 223 additions and 81 deletions

View File

@@ -4,9 +4,15 @@
书栖网 • 2021-2022
<br>
<small>
<br>
本项目是开源项目项目的发展离不开大家的支持欢迎前往项目仓库点亮Star支持我们❤
<br>
<a target="_blank" href="https://gitee.com/bookshelfplus/bookshelfplus"><img src="./assets/image/svg/gitee.svg" style="height: 1.05em; vertical-align: middle;"/><span style="vertical-align: middle; margin-left: 3px;">码云</span></a>
·
<a target="_blank" href="https://github.com/bookshelfplus/bookshelfplus"><img src="./assets/image/svg/github.svg" style="height: 1.08em; vertical-align: middle;"/><span style="vertical-align: middle; margin-left: 3px;">GitHub</span></a>
<br>
<a href="/status">网站状态检测</a>
</small>
</p>
</div>
@@ -43,7 +49,7 @@
$(document).ready(function () {
var allText = getPageText();
console.log(allText);
// console.log(allText);
fontmin(allText);
});
</script>