YunYouJun / hexo-theme-yun

☁️ A fast & light & lovely theme for Hexo. 一个对可爱自以为是的 Hexo 主题。
https://yun.yunyoujun.cn
MIT License
1.41k stars 170 forks source link

[Feature Request]底部备案号能支持添加公安网备案信息吗? #329

Closed ilovn closed 2 years ago

ilovn commented 2 years ago

格式:备案编号图标在前,备案编号在后,如本网站底部格式。

<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=XXXXXXXX" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">京公网安备 XXXXXXXX号</p></a>
YunYouJun commented 2 years ago

尝试 footer.custom_text 是否满足需求?

公安网备案我没有,所以没有尝试过。

ilovn commented 2 years ago

素材我可以提供支持,除了刚才的代码,还有一个图标就行,目前国内站似乎都要做公安备案了。

YunYouJun commented 2 years ago

图标是否有公共的 CDN 链接? 以及示例?

ilovn commented 2 years ago

图标没有cdn资源,代码格式,其中image标签需要自己填上自己存放图标的地址: <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=XXXXXXXX" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">京公网安备 XXXXXXXX号</p></a>

YunYouJun commented 2 years ago

公网安备一定都是北京的吗?

YunYouJun commented 2 years ago
截屏2022-07-25 23 25 30

Added.

YunYouJun commented 2 years ago

Will be released in v1.10.6.