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