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

Added mapping: highlight v7.x + v8.x -> v9.18.3 (#311)

This commit is contained in:
nobody
2021-03-17 18:43:14 +01:00
parent 31886c4431
commit 216c163d93
3 changed files with 6 additions and 0 deletions

View File

@@ -262,6 +262,10 @@ targets.setLastVersion = function (type, version) {
return '10.6.0';
} else if (type.startsWith('/highlight.js/9.')) {
return '9.18.3';
} else if (type.startsWith('/highlight.js/8.')) {
return '9.18.3';
} else if (type.startsWith('/highlight.js/7.')) {
return '9.18.3';
} else if (type.startsWith('/history/4.')) {
return '4.10.1';
} else if (type.startsWith('/history/5.')) {