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

Added: Swiper v6.3.5

This commit is contained in:
nobody
2020-11-22 06:32:20 +01:00
parent 0dc71602a8
commit c51c72da99
5 changed files with 37 additions and 0 deletions

View File

@@ -397,6 +397,8 @@ 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/')) {
return '6.3.5';
} else if (type.startsWith('/tether/1.')) {
return '1.4.7';
} else if (type.startsWith('/tooltipster/3.')) {