mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: WebRTC Adapter v7.4.0
This commit is contained in:
@ -430,6 +430,8 @@ targets.setLastVersion = function (type, version) {
|
|||||||
return '1.6.28';
|
return '1.6.28';
|
||||||
} else if (type.startsWith('/webrtc-adapter/6.')) {
|
} else if (type.startsWith('/webrtc-adapter/6.')) {
|
||||||
return '6.4.8';
|
return '6.4.8';
|
||||||
|
} else if (type.startsWith('/webrtc-adapter/7.')) {
|
||||||
|
return '7.4.0';
|
||||||
} else if (type.startsWith('/wow/1.')) {
|
} else if (type.startsWith('/wow/1.')) {
|
||||||
return '1.1.2';
|
return '1.1.2';
|
||||||
} else if (version === null) {
|
} else if (version === null) {
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
<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>
|
<li>Updated: video.js v7.10.1 -> v7.10.2</li>
|
||||||
|
<li>Added: WebRTC Adapter v7.4.0</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
1
resources/webrtc-adapter/7.4.0/adapter.min.jsm
Normal file
1
resources/webrtc-adapter/7.4.0/adapter.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user