1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

vex-js v3.1.1 (#684)

This commit is contained in:
nobody
2021-09-18 08:36:44 +02:00
parent 138afdfba0
commit 70ad5d85a7
15 changed files with 32 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ targets.determineBundle = function (path) {
val = 'MathJax';
} else if (path.startsWith('/pure/')) {
val = 'Pure CSS';
} else if (path.startsWith('/vex-js/')) {
val = 'vex';
}
return val === '' ? val : `${val} (Bundle)`;
@@ -632,6 +634,8 @@ targets.setLastVersion = function (type, version) {
return '1.1.1';
} else if (type.startsWith('/vanilla-lazyload')) {
return '17.4.0';
} else if (type.startsWith('/vex-js/3.')) {
return '3.1.1';
} else if (type.startsWith('/videojs-seek-buttons/1.')) {
return '1.6.0';
} else if (type.startsWith('/videojs-seek-buttons/2.')) {