forked from crazypeace/Url-Shorten-Worker
-
Notifications
You must be signed in to change notification settings - Fork 1
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
982219d
commit 91bd6fe
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -97,7 +97,7 @@ <h5 class="modal-title" id="resultModalLabel">Result</h5> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js" crossorigin="anonymous"></script> | ||
|
||
<script src="https://crazypeace.github.io/Url-Shorten-Worker/main.js" crossorigin="anonymous"></script> | ||
<script src="https://george06350.github.io/Url-Shorten-Worker/main.js" crossorigin="anonymous"></script> | ||
<!-- 如果使用CDN资源就放开这一句, 把上面那一句注释掉 | ||
<script src="https://cdn.jsdelivr.net/gh/crazypeace/Url-Shorten-Worker/main.js" crossorigin="anonymous"></script> | ||
--> | ||
|