mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Documentation (#151)
This commit is contained in:
@ -215,9 +215,12 @@ const Links = {
|
|||||||
'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html')
|
'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html')
|
||||||
};
|
};
|
||||||
|
|
||||||
// If a framework has been removed, this list should still display the names in the statistics
|
/**
|
||||||
// Also used for bundles
|
* If a framework has been removed, this list should still display the names in the statistics
|
||||||
// See: https://codeberg.org/nobody/LocalCDN/issues/151
|
* Also used for bundles
|
||||||
|
* Note: Only the first two directory levels in 'resources'
|
||||||
|
* See: https://codeberg.org/nobody/LocalCDN/issues/151
|
||||||
|
*/
|
||||||
const FrameworkAndBundle = {
|
const FrameworkAndBundle = {
|
||||||
'resources/select2/4.0.12/': 'Select2',
|
'resources/select2/4.0.12/': 'Select2',
|
||||||
'resources/element-ui/2.13.2/': 'ElementUI',
|
'resources/element-ui/2.13.2/': 'ElementUI',
|
||||||
|
Reference in New Issue
Block a user