mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-08 16:18:37 +01:00
Folder renamed: swiper
This commit is contained in:
parent
2645c2eba7
commit
914128d7a7
@ -959,11 +959,11 @@ var resources = {
|
|||||||
},
|
},
|
||||||
// Swiper
|
// Swiper
|
||||||
'swiperJS': {
|
'swiperJS': {
|
||||||
'path': 'resources/swiper/{version}/js/swiper.min.jsm',
|
'path': 'resources/Swiper/{version}/js/swiper.min.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
'swiperCSS': {
|
'swiperCSS': {
|
||||||
'path': 'resources/swiper/{version}/css/swiper.min.css',
|
'path': 'resources/Swiper/{version}/css/swiper.min.css',
|
||||||
'type': 'text/css'
|
'type': 'text/css'
|
||||||
},
|
},
|
||||||
// Tether JS [Deprecated]
|
// Tether JS [Deprecated]
|
||||||
|
@ -443,13 +443,13 @@ targets.setLastVersion = function (type, version) {
|
|||||||
return '2.0.4';
|
return '2.0.4';
|
||||||
} else if (type.startsWith('/swfobject/2.')) {
|
} else if (type.startsWith('/swfobject/2.')) {
|
||||||
return '2.2';
|
return '2.2';
|
||||||
} else if (type.startsWith('/swiper/3.')) {
|
} else if (type.startsWith('/Swiper/3.')) {
|
||||||
return '3.4.2';
|
return '3.4.2';
|
||||||
} else if (type.startsWith('/swiper/4.')) {
|
} else if (type.startsWith('/Swiper/4.')) {
|
||||||
return '4.5.1';
|
return '4.5.1';
|
||||||
} else if (type.startsWith('/swiper/5.')) {
|
} else if (type.startsWith('/Swiper/5.')) {
|
||||||
return '5.4.5';
|
return '5.4.5';
|
||||||
} else if (type.startsWith('/swiper/6.') || type.startsWith('/swiper/')) {
|
} else if (type.startsWith('/Swiper/6.') || type.startsWith('/Swiper/')) {
|
||||||
return '6.4.10';
|
return '6.4.10';
|
||||||
} else if (type.startsWith('/tether/1.')) {
|
} else if (type.startsWith('/tether/1.')) {
|
||||||
return '1.4.7';
|
return '1.4.7';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user