这个页面的上面将会展示上升气泡的效果,只需要在_config.butterfly.yml中增加以下的代码即可:
_config.butterfly.yml
123456789
# 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>