mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
just code style
This commit is contained in:
@@ -1134,9 +1134,7 @@ mappings.cdn['pagecdn.io'] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
mappings.cdn['cdnjs.loli.net'] = mappings.cdn['cdnjs.cloudflare.com'];
|
mappings.cdn['cdnjs.loli.net'] = mappings.cdn['cdnjs.cloudflare.com'];
|
||||||
|
|
||||||
mappings.cdn['ajax.loli.net'] = mappings.cdn['ajax.googleapis.com'];
|
mappings.cdn['ajax.loli.net'] = mappings.cdn['ajax.googleapis.com'];
|
||||||
|
|
||||||
mappings.cdn['fonts.loli.net'] = mappings.cdn['fonts.googleapis.com'];
|
mappings.cdn['fonts.loli.net'] = mappings.cdn['fonts.googleapis.com'];
|
||||||
|
|
||||||
// Qihoo 360 CDN [Mirror]
|
// Qihoo 360 CDN [Mirror]
|
||||||
|
@@ -148,10 +148,10 @@ var resources = {
|
|||||||
},
|
},
|
||||||
// aos [Deprecated]
|
// aos [Deprecated]
|
||||||
'aosCSS': {
|
'aosCSS': {
|
||||||
'path': 'resources/aos/{version}/aos.css',
|
'path': 'resources/aos/{version}/aos.css'
|
||||||
},
|
},
|
||||||
'aosJS': {
|
'aosJS': {
|
||||||
'path': 'resources/aos/{version}/aos.jsm',
|
'path': 'resources/aos/{version}/aos.jsm'
|
||||||
},
|
},
|
||||||
// Appboy/Braze Web SDK
|
// Appboy/Braze Web SDK
|
||||||
'appboyWebSdk': {
|
'appboyWebSdk': {
|
||||||
|
Reference in New Issue
Block a user