-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lib.baomitu.com amid jsDelivr degradation #29
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 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 |
---|---|---|
|
@@ -13,9 +13,11 @@ | |
<title></title><!-- Page title will be set automatically --> | ||
<meta charset="utf-8"> | ||
<meta name="author" content="Huangxin, LF112" /> | ||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> | ||
<!-- Upgrade HTTP Connections to HTTPS - Default --> | ||
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin> | ||
<link rel="preconnect" href="https://lib.baomitu.com" crossorigin> | ||
<link rel="shortcut icon" type="image/x-icon" id="favicon"><!-- Page icon will be set automatically --> | ||
|
||
<!-- Load style files from jsDelivr - Default --> | ||
|
@@ -117,9 +119,15 @@ <h2 id="name"></h2> | |
<!-- Footer Scripts --> | ||
<!-- Please do not swap scripts' order --> | ||
<!-- Load Javascript files from jsDelivr - Default --> | ||
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3"></script> | ||
<script src="https://cdn.jsdelivr.net/combine/gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js,npm/[email protected]/js/md5.min.js,gh/hifocus/[email protected]/assets/js/function.min.js,gh/hifocus/[email protected]/assets/js/font_974919_xgtacm93vxp.min.js"></script> | ||
|
||
<!-- <script src="https://cdn.jsdelivr.net/combine/npm/jquery@3"></script> | ||
<script src="https://cdn.jsdelivr.net/combine/gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js,npm/[email protected]/js/md5.min.js,gh/hifocus/[email protected]/assets/js/function.min.js,gh/hifocus/[email protected]/assets/js/font_974919_xgtacm93vxp.min.js"></script> --> | ||
|
||
<script crossorigin="anonymous" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" src="https://lib.baomitu.com/jquery/3.6.0/jquery.min.js"></script> | ||
<script crossorigin="anonymous" integrity="sha512-P9oNnyfvOZrY1H0D5js+UcLZr+vLkX50glCUlpJAd/RL84+KBtGI4yvH5YVM5TejD+jbURwQq3C/7hgYWOo8bQ==" src="https://lib.baomitu.com/lrsjng.jquery-qrcode/0.18.0/jquery-qrcode.min.js"></script> | ||
<script crossorigin="anonymous" integrity="sha512-Hmp6qDy9imQmd15Ds1WQJ3uoyGCUz5myyr5ijainC1z+tP7wuXcze5ZZR3dF7+rkRALfNy7jcfgS5hH8wJ/2dQ==" src="https://lib.baomitu.com/blueimp-md5/2.18.0/js/md5.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/combine/gh/qr-merger/[email protected]/assets/js/function.min.js,gh/qr-merger/[email protected]/assets/js/font_974919_xgtacm93vxp.min.js"></script> | ||
|
||
|
||
<!-- Load Javascript files from UNPKG - Zhihu Mirror --> | ||
<!-- <script src="https://unpkg.zhimg.com/jquery@3/dist/jquery.min.js"></script> | ||
<script src="https://unpkg.zhimg.com/jquery-qrcode2@latest/dist/jquery-qrcode.min.js"></script> | ||
|