mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-27 09:41:27 +01:00
Added: hls.js v1.0.0 (#344)
This commit is contained in:
parent
0653568bfd
commit
2122ba5562
@ -794,6 +794,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/styles/zenburn.min.cs
|
||||
https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/history/5.0.0/history.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.0/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/3.7.0/instantsearch.production.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.19.0/instantsearch.production.min.js
|
||||
|
@ -283,7 +283,9 @@ targets.setLastVersion = function (type, version) {
|
||||
return '4.10.1';
|
||||
} else if (type.startsWith('/history/5.')) {
|
||||
return '5.0.0';
|
||||
} else if (type.startsWith('/hls.js/')) {
|
||||
} else if (type.startsWith('/hls.js/1.')) {
|
||||
return '1.0.0';
|
||||
} else if (type.startsWith('/hls.js/0.')) {
|
||||
return '0.14.17';
|
||||
} else if (type.startsWith('/hogan.js/')) {
|
||||
return '3.0.2';
|
||||
|
@ -43,6 +43,7 @@
|
||||
<li>Updated: socket.io v4.0.0 -> v4.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/341">#341</a>)</li>
|
||||
<li>Added: feather-icons v4.28.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/332">#332</a>)</li>
|
||||
<li>Added: bluebird.js v3.7.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/342">#342</a>)</li>
|
||||
<li>Added: hls.js v1.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/344">#344</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
2
resources/hls.js/1.0.0/hls.min.jsm
Normal file
2
resources/hls.js/1.0.0/hls.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user