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

Added: Drawer v3.2.2 (#162)

This commit is contained in:
nobody
2020-11-03 20:43:16 +01:00
parent a4a37c5c4e
commit 625f973c04
6 changed files with 34 additions and 0 deletions

View File

@@ -408,6 +408,8 @@ helpers.setLastVersion = function (type, version) {
return '2.25.6';
} else if (type.includes('/dojo/1.')) {
return '1.14.1';
} else if (type.includes('/drawer/3.')) {
return '3.2.2';
} else if (type.includes('/element-ui/2.')) {
return '2.13.2';
} else if (type.includes('/ember.js/1.')) {
@@ -655,6 +657,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'drawer.min.jsm': 'Drawer (JS)',
'drawer.min.css': 'Drawer (CSS)',
'lightgallery-all.min.jsm': 'lightGallery (JS)',
'lightgallery.min.css': 'lightGallery (CSS)',
'sodium.min.jsm': 'libsodium.js',