[feat] remove cursor-effects

This commit is contained in:
SouthFox 2025-01-06 17:44:47 +08:00
parent 59a7a3c806
commit 0328ccb84e
2 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@
<script src="<%- url_for('./js/bootstrap.min.js') %>"></script> <script src="<%- url_for('./js/bootstrap.min.js') %>"></script>
<script src="<%- url_for('./js/main.js') %>"></script> <script src="<%- url_for('./js/main.js') %>"></script>
<script src="<%- url_for('./js/search.js') %>"></script> <script src="<%- url_for('./js/search.js') %>"></script>
<script src="<%- url_for('./js/cursor-effects.js') %>"> async</script>
<% if (theme.fancybox){ %> <% if (theme.fancybox){ %>
<link rel="stylesheet" href="<%- url_for('./fancybox/jquery.fancybox.css') %>" media="screen" type="text/css"> <link rel="stylesheet" href="<%- url_for('./fancybox/jquery.fancybox.css') %>" media="screen" type="text/css">

File diff suppressed because one or more lines are too long