资源下载链路打通

This commit is contained in:
limqhz
2022-05-03 17:15:54 +08:00
parent f44f36356d
commit f271221d8b
39 changed files with 888 additions and 312 deletions

View File

@@ -27,10 +27,10 @@
<a class="nav-link" th:href="@{/blog}">博客 </a>
</li>
<li th:class="${activeUrl=='download'?'nav-item active':'nav-item'}">
<a class="nav-link" th:href="@{/download}">资源 </a>
<a class="nav-link" th:href="@{/download}">热门资源 </a>
</li>
<li th:class="${activeUrl=='say'?'nav-item active':'nav-item'}">
<a class="nav-link" th:href="@{/say}">公告 </a>
<li th:class="${activeUrl=='source'?'nav-item active':'nav-item'}">
<a class="nav-link" th:href="@{/source?name=&category=0}">资源库 </a>
</li>
<li th:class="${activeUrl=='about'?'nav-item active':'nav-item'}">
<a class="nav-link" th:href="@{/about}">关于 </a>