📝 beian

This commit is contained in:
沈宇 2020-09-04 19:59:16 +08:00
parent 4d3776ea3c
commit 7642eba4d6
2 changed files with 17 additions and 4 deletions

View File

@ -260,6 +260,19 @@ since: 2019
# pageFooter (Set true can let more people know this theme, Thanks!)
pageFooter: true
# only for chinese website
# ICP
icp:
enable: false
url: "http://www.beian.miit.gov.cn/"
text: "浙ICP备88888888"
# gongan
gongan:
enable: true
img: /images/beian.png
url: "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=01234567890123" #link
text: "浙公网安备01234567890123号"
```
## Plugins

View File

@ -169,10 +169,10 @@ icp:
text: "浙ICP备88888888" # 备案信息
# 公安备案信息尾部显示
gongan:
enable: false
enable: true
img: /images/beian.png #公安备案图片
url: "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=01234567890123" #公安备案链接
text: "公网安备01234567890123号" #公安备案信息
text: "公网安备01234567890123号" #公安备案信息
# 评论1、Valine(推荐)2、Gitalk3、MiniValine