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

Added: vue-resource v1.5.1 (#89)

This commit is contained in:
nobody
2020-08-23 07:37:17 +02:00
parent 32671a8f1b
commit 6119cbd4e5
5 changed files with 18 additions and 0 deletions

View File

@ -533,6 +533,8 @@ helpers.setLastVersion = function (type, version) {
return '1.0.28';
} else if (type.includes('/vue/2.')) {
return '2.6.12';
} else if (type.includes('/vue-resource/1.')) {
return '1.5.1';
} else if (type.includes('/waypoints/4.') && type.includes('jquery.waypoints')) {
return '4.0.0';
} else if (type.includes('webfont')) {
@ -565,6 +567,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'vue-resource.min.jsm': 'vue-resource',
'jquery.lazy.min.jsm': 'jQuery Lazy (Bundle)',
'jquery.lazy.plugins.min.jsm': 'jQuery Lazy (Bundle)',
'jquery.lazy.ajax.min.jsm': 'jQuery Lazy (Bundle)',