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

Added Google Material Icons v3.0.1 (#41)

This commit is contained in:
nobody
2020-06-27 11:50:50 +02:00
parent 02e0dc4335
commit 58acfbfdaf
10 changed files with 66 additions and 4 deletions

View File

@ -210,6 +210,8 @@ helpers.determineCdnName = function (domainName) {
return 'NetDNA';
case 'pagecdn.io':
return 'PageCDN';
case 'fonts.googleapis.com':
return 'Google Fonts';
default:
return 'Unknown';
}
@ -527,6 +529,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'google-material-design-icons.css': 'Google Material Icons',
'Chart.bundle.min.jsm': 'Chart.js (JS)',
'Chart.min.css': 'Chart.js (CSS)',
'bootbox.min.jsm': 'BootboxJS',