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