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

Added Vanilla-Lazyload v17.1.0 (#56)

This commit is contained in:
nobody
2020-07-10 20:46:38 +02:00
parent ad5d9b45e5
commit 00c7f76769
5 changed files with 11 additions and 0 deletions

View File

@ -503,6 +503,8 @@ helpers.setLastVersion = function (type, version) {
return '1.9.1';
} else if (type.includes('/urlive/1.')) {
return '1.1.1';
} else if (type.includes('/vanilla-lazyload')) {
return '17.1.0';
} else if (type.includes('/vue/1.')) {
return '1.0.28';
} else if (type.includes('/vue/2.')) {
@ -539,6 +541,7 @@ helpers.compareVersion = function (v1, v2) {
const ListOfFiles = {
'jets.min.jsm': 'Jets.js',
'lazyload.min.jsm': 'Vanilla Lazyload',
'materialize.min.jsm': 'Materialize (JS)',
'materialize.min.css': 'Materialize (CSS)',
'slick.min.jsm': 'slick (JS)',