Skip to content

Commit 78e4812

Browse files
committed
fix:由于更换cdn带来的jq错误
1 parent 93e2fce commit 78e4812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/index.footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
22
<script src="https://cdn.staticfile.org/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
33
<script src="https://cdn.staticfile.org/highlight.js/11.5.1/highlight.min.js"></script>
4-
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.slim.js"></script>
4+
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
55
<script src="https://cdn.staticfile.org/fancybox/3.5.7/jquery.fancybox.min.js"></script>
66
<script src="https://cdn.staticfile.org/nprogress/0.2.0/nprogress.min.js"></script>
77
<script src="https://cdn.staticfile.org/toastify-js/1.11.2/toastify.min.js"></script>

0 commit comments

Comments
 (0)