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

flickity v3.0.0 (#910)

This commit is contained in:
nobody
2022-03-29 06:35:54 +02:00
parent e7d4b6c815
commit cf9a37493c
6 changed files with 38 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/fancybox/3.')) return '3.5.7';
if (type.startsWith('/feather-icons/4.')) return '4.28.0';
if (type.startsWith('/FitText.js/1.')) return '1.2.0';
if (type.startsWith('/flickity/3.')) return '3.0.0';
if (type.startsWith('/flv.js/')) return '1.6.2';
if (type.startsWith('/font-awesome/3.')) return '3.2.1';
if (type.startsWith('/font-awesome/4.')) return '4.7.0';
@@ -431,6 +432,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'flickity.pkgd.min.jsm': 'Flickity',
'theme-defaults.css': 'docsify theme',
'theme-simple.css': 'docsify theme',
'theme-simple-dark.css': 'docsify theme',