mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-18 21:00:53 +01:00
Updated: video.js v7.10.1 -> v7.10.2
This commit is contained in:
parent
0dd182345e
commit
44864aff61
@ -415,7 +415,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
} else if (type.startsWith('/video.js/')) {
|
} else if (type.startsWith('/video.js/')) {
|
||||||
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
|
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
|
||||||
else if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0
|
else if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0
|
||||||
else return '7.10.1'; // > 7.10.1
|
else return '7.10.2';
|
||||||
} else if (type.startsWith('/vue/1.')) {
|
} else if (type.startsWith('/vue/1.')) {
|
||||||
return '1.0.28';
|
return '1.0.28';
|
||||||
} else if (type.startsWith('/vue/2.')) {
|
} else if (type.startsWith('/vue/2.')) {
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
<li>Added: spin.js v3.1.0, v4.1.0</li>
|
<li>Added: spin.js v3.1.0, v4.1.0</li>
|
||||||
<li>Added: Tooltipster v4.2.8</li>
|
<li>Added: Tooltipster v4.2.8</li>
|
||||||
<li>Updated: vanilla-lazyload v17.1.0 -> v17.1.3</li>
|
<li>Updated: vanilla-lazyload v17.1.0 -> v17.1.3</li>
|
||||||
|
<li>Updated: video.js v7.10.1 -> v7.10.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
File diff suppressed because one or more lines are too long
25
resources/video.js/7.10.2/video.min.jsm
Normal file
25
resources/video.js/7.10.2/video.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user