页面中显示备案号

This commit is contained in:
NIUZHAOLONG 2024-12-18 23:13:36 +08:00
parent c88f0edc5b
commit 6b310c373b
4 changed files with 11 additions and 5 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
public/
public/
resources/

View File

@ -6,7 +6,7 @@
}
.footer-icp a {
color: chocolate; /* 稍亮的颜色 */
color: chocolate;/* 稍亮的颜色 */
}
#cc-license {

View File

@ -1,5 +1,10 @@
<p class="footer-icp">
京ICP备
<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>
<span>
<img style="display: inline-block;height: 12px;vertical-align: middle;" src="img/beian.png" alt="备案图标"/>
京公网安备<a href="https://beian.mps.gov.cn/#/query/webSearch?code=11010502056332" rel="noreferrer"
target="_blank">11010502056332</a>
</span> <span style="display: inline-block; min-width: 1em;">&nbsp;</span>
<span>
京ICP备<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>
</span>
</p>

BIN
static/img/beian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB