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:
@@ -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.')) {
|
||||
|
Reference in New Issue
Block a user