🚀 feat: clickBoom
This commit is contained in:
@@ -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') %>
|
||||
|
@@ -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 %>
|
||||
|
Reference in New Issue
Block a user