Skip to content

Commit

Permalink
Use the latest version number in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed Oct 11, 2020
1 parent 7791453 commit fdd5f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merger.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="shortcut icon" type="image/x-icon" id="favicon"><!-- There is no need to set the page icon manually -->

<!-- Load style files from jsDelivr - Default -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/hifocus/merger@0.25/assets/styles/spectre.css/spectre-modified.min.css,gh/hifocus/merger@0.25/assets/styles/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/hifocus/merger@0.26.1/assets/styles/spectre.css/spectre-modified.min.css,gh/hifocus/merger@0.26.1/assets/styles/style.min.css">

<!-- Load style files from local -->
<!-- <link rel="stylesheet" href="https://unpkg.zhimg.com/[email protected]/assets/styles/spectre.css/spectre-modified.min.css">
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2 id="name"></h2>
<!-- Please do not swap orders -->
<!-- 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/merger@0.25/assets/js/function.min.js,gh/hifocus/merger@0.25/assets/js/font_974919_xgtacm93vxp.min.js"></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/merger@0.26.1/assets/js/function.min.js,gh/hifocus/merger@0.26.1/assets/js/font_974919_xgtacm93vxp.min.js"></script>

<!-- Load Javascript files from local -->
<!-- <script src="https://unpkg.zhimg.com/jquery@3/dist/jquery.min.js"></script>
Expand Down

1 comment on commit fdd5f0b

@vercel
Copy link

@vercel vercel bot commented on fdd5f0b Oct 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.