🚀 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') %>

View File

@@ -1,6 +1,9 @@
<%- partial('_partial/head') %>
<body>
<% if (theme.clickBoom){ %>
<canvas width="1777" height="841" style="position: fixed; left: 0px; top: 0px; z-index: 999; pointer-events: none;"></canvas>
<% } %>
<div id="app">
<main class="content on">
<%- body %>