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

Added: highlight.js v10.3.1 (#144)

This commit is contained in:
nobody
2020-10-22 17:07:40 +02:00
parent 6cfe88e9ca
commit 1c198f4d0d
75 changed files with 1961 additions and 0 deletions

View File

@ -410,6 +410,8 @@ helpers.setLastVersion = function (type, version) {
return '4.7.0';
} else if (type.includes('/fontawesome/5.')) {
return '5.15.1';
} else if (type.includes('/highlight.js/10.')) {
return '10.3.1';
} else if (type.includes('/highlight.js/9.')) {
return '9.18.3';
} else if (type.includes('/history/')) {