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

FitText.js v1.2.0 (#615)

This commit is contained in:
nobody
2021-08-11 06:45:48 +02:00
parent ea567e76d8
commit 1840ca1283
6 changed files with 20 additions and 0 deletions

View File

@@ -291,6 +291,8 @@ targets.setLastVersion = function (type, version) {
return '3.5.7';
} else if (type.startsWith('/feather-icons/4.')) {
return '4.28.0';
} else if (type.startsWith('/FitText.js/1.')) {
return '1.2.0';
} else if (type.startsWith('/flv.js/')) {
return '1.6.1';
} else if (type.startsWith('/font-awesome/3.')) {
@@ -664,6 +666,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.fittext.min.jsm': 'FitText.js',
'aos.css': 'aos (CSS)',
'aos.jsm': 'aos (JS)',
'exif.min.jsm': 'Exif.js',