This commit is contained in:
wenyongda 2025-05-14 12:37:57 +08:00
parent 06ac10c8fb
commit 11558c4481
2 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,6 @@ inject:
bottom: bottom:
# 7427714271 # 7427714271
- <div class="aplayer no-destroy" data-id="7755841452" data-server="netease" data-type="playlist" data-fixed="true" data-mini="true" data-listFolded="false" data-order="random" data-lrctype="1" data-preload="none" data-autoplay="true" muted></div> - <div class="aplayer no-destroy" data-id="7755841452" data-server="netease" data-type="playlist" data-fixed="true" data-mini="true" data-listFolded="false" data-order="random" data-lrctype="1" data-preload="none" data-autoplay="true" muted></div>
- <a href="https://beian.miit.gov.cn" target="_blank"> <center>ICP备案号: 辽ICP备2025052969号-1</center> </a>
- <script async src="https://npm.elemecdn.com/tzy-blog/lib/js/other/sakura.js"></script> - <script async src="https://npm.elemecdn.com/tzy-blog/lib/js/other/sakura.js"></script>
pjax: pjax:
enable: true enable: true

View File

@ -13,5 +13,9 @@
span.footer-separator | span.footer-separator |
span= _p('footer.theme') + ' ' span= _p('footer.theme') + ' '
a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly' a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly'
br
a(href="https://beian.miit.gov.cn" target="_blank")
center
| ICP备案号: 辽ICP备2025052969号-1
if theme.footer.custom_text if theme.footer.custom_text
.footer_custom_text!=`${theme.footer.custom_text}` .footer_custom_text!=`${theme.footer.custom_text}`