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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user