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

Updated: highlight.js v11.0.0 (#493)

This commit is contained in:
nobody
2021-06-08 07:40:19 +02:00
parent 483e90685d
commit ab9b568b48
261 changed files with 5019 additions and 0 deletions

View File

@@ -288,6 +288,8 @@ targets.setLastVersion = function (type, version) {
return '3.0.1';
} else if (type.startsWith('/google-material-design-icons/')) {
return 'v88';
} else if (type.startsWith('/highlight.js/11.')) {
return '11.0.0';
} else if (type.startsWith('/highlight.js/10.')) {
return '10.7.3';
} else if (type.startsWith('/highlight.js/9.')) {