🚀 feat: clickBoom

This commit is contained in:
shenyu
2020-05-23 06:45:12 +08:00
parent de1e586b8c
commit 9317a2d5d4
4 changed files with 165 additions and 2 deletions

View File

@@ -63,6 +63,10 @@
<% if (theme.clickLove){ %>
<%- js('/js/clickLove') %>
<% } %>
<!-- ClickBoom -->
<% if (theme.clickBoom){ %>
<%- js('/js/clickBoom') %>
<% } %>
<!-- CodeCopy -->
<% if (theme.copy_btn == true) { %>
<%- css('/css/clipboard') %>