文章归档文章分类文章标签复制本文标题复制本文地址
随便逛逛

这个页面的上面将会展示上升气泡的效果,只需要在_config.butterfly.yml中增加以下的代码即可:

1
2
3
4
5
6
7
8
9
# Inject
# Insert the code to head (before '</head>' tag) and the bottom (before '</body>' tag)
# 插入代码到头部 </head> 之前 和 底部 </body> 之前
inject:
head:
# - <link rel="stylesheet" href="/xxx.css">
bottom:
- <script src="https://cdn.jsdelivr.net/gh/lete114/CDN/Sum/sakura.js"></script>

点击切换显示模式查看不同的效果

评论