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

history v4.10.1 (#114)

This commit is contained in:
nobody
2020-09-20 08:28:52 +02:00
parent 5c96096696
commit 1f43831d37
5 changed files with 11 additions and 0 deletions

View File

@ -408,6 +408,8 @@ helpers.setLastVersion = function (type, version) {
return '4.7.0';
} else if (type.includes('/fontawesome/5.')) {
return '5.14.0';
} else if (type.includes('/history/')) {
return '4.10.1';
} else if (type.includes('/hls.js/')) {
return '0.13.2';
} else if (type.includes('/jets/0.')) {
@ -597,6 +599,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'history.min.jsm': 'history',
'axios.min.jsm': 'Axios',
'object-assign.min.jsm': 'Object assign',
'slick-lightbox.css': 'slick-lightbox CSS',