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

Updated: Google Material Icons v84 -> v85 (#371)

This commit is contained in:
nobody
2021-04-16 06:37:48 +02:00
parent 5897a0a3f0
commit 1de409f662
8 changed files with 25 additions and 8 deletions

View File

@@ -273,6 +273,8 @@ targets.setLastVersion = function (type, version) {
return '3.5.1';
} else if (type.startsWith('/google-material-design-icons/')) {
return '3.0.1';
} else if (type.startsWith('/google-material-design-icons/')) {
return 'v85';
} else if (type.startsWith('/highlight.js/10.')) {
return '10.7.2';
} else if (type.startsWith('/highlight.js/9.')) {
@@ -576,6 +578,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'MaterialIcons.woff2': 'Google Material Icons',
'font-awesome': 'Font Awesome',
'leaflet.jsm': 'leaflet (JS)',
'leaflet.css': 'leaflet (CSS)',