页面中显示备案号
This commit is contained in:
parent
c88f0edc5b
commit
6b310c373b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
public/
|
public/
|
||||||
|
resources/
|
||||||
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-icp a {
|
.footer-icp a {
|
||||||
color: chocolate; /* 稍亮的颜色 */
|
color: chocolate;/* 稍亮的颜色 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#cc-license {
|
#cc-license {
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
<p class="footer-icp">
|
<p class="footer-icp">
|
||||||
京ICP备
|
<span>
|
||||||
<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>
|
<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;"> </span>
|
||||||
|
<span>
|
||||||
|
京ICP备<a href="https://beian.miit.gov.cn/" target="_blank">2024100416</a>号
|
||||||
|
</span>
|
||||||
</p>
|
</p>
|
||||||
BIN
static/img/beian.png
Normal file
BIN
static/img/beian.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user