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

Added BootstrapCSS & BootstrapJS (v4.3.1 and 4.4.1)

This commit is contained in:
nobody
2020-02-27 17:23:39 +01:00
parent f0b5081836
commit 4800114a32
6 changed files with 26 additions and 4 deletions

View File

@@ -174,6 +174,8 @@ helpers.determineCdnName = function (domainName) {
return 'Geekzu Public Service [Mirror]';
case 'ajax.proxy.ustclug.org':
return 'USTC Linux User Group [Mirror]';
case 'stackpath.bootstrapcdn.com':
return 'StackPath BootstrapCDN';
default:
return 'Unknown';
}
@@ -211,6 +213,10 @@ helpers.determineResourceName = function (filename) {
return 'Underscore.js';
case 'webfont.jsm':
return 'Web Font Loader';
case 'bootstrap.min.cssm':
return 'Bootstrap CSS';
case 'bootstrap.min.jsm':
return 'Bootstrap JS';
default:
return 'Unknown';
}