Merge pull request #7 from ZhaoZuohong/dev

change jQuery CDN: using unpkg right now
This commit is contained in:
FarseaSH 2022-08-23 23:04:10 +08:00 committed by GitHub
commit 402e502079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
*/}}
<!-- todo change jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.min.js"></script>
<!-- like button -->
<link href="https://cdn.bootcss.com/font-awesome/5.8.2/css/all.min.css" rel="stylesheet">