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

Swiper v7.0.0 (#646)

This commit is contained in:
nobody
2021-08-26 06:47:22 +02:00
parent 49cdac239c
commit eff0034c7f
6 changed files with 43 additions and 1 deletions

View File

@@ -594,8 +594,10 @@ targets.setLastVersion = function (type, version) {
return '4.5.1';
} 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.')) {
return '6.8.4';
} else if (type.startsWith('/Swiper/7.') || type.startsWith('/Swiper/')) {
return '7.0.0';
} else if (type.startsWith('/tether/1.')) {
return '1.4.7';
} else if (type.startsWith('/tooltipster/3.')) {