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

Added: Swiper v3.4.2 (#160)

This commit is contained in:
nobody
2020-11-03 20:38:29 +01:00
parent b0055f11a7
commit 89eadc2899
4 changed files with 37 additions and 0 deletions

View File

@ -589,6 +589,8 @@ helpers.setLastVersion = function (type, version) {
return '2.0.4';
} else if (type.includes('/swfobject/2.')) {
return '2.2';
} else if (type.includes('/swiper/3.')) {
return '3.4.2';
} else if (type.includes('/swiper/4.')) {
return '4.5.1';
} else if (type.includes('/swiper/5.')) {