-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dc5630
commit b834bb0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,12 @@ | |
<!-- 代码块复制功能 --> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.js"></script> | ||
<script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> | ||
<script type="text/javascript" src="/js/clipboard_use.js"></script> | ||
<script type="text/javascript" src="<%= config.root %>js/clipboard_use.js"></script> | ||
<!-- 代码块复制功能结束 --> | ||
|
||
<!--全局添加雪花特效 --> | ||
<% if (theme.snow && theme.snow.enable){ %> | ||
<script type="text/javascript" src="/js/snow.js"></script> | ||
<script type="text/javascript" src="<%= config.root %>js/snow.js"></script> | ||
<% } %> | ||
<!--全局添加雪花特效结束 --> | ||
|
||
|