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

Fixed: Unknown frameworks in statistics page (#151)

This commit is contained in:
nobody
2020-10-25 00:09:15 +02:00
parent c6e0a542fe
commit e4c5bc1db0
4 changed files with 20 additions and 2 deletions

View File

@@ -215,6 +215,14 @@ const Links = {
'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html')
};
const FrameworkAndBundle = {
'resources/element-ui/2.13.2/': 'ElementUI',
'resources/bootstrap-datepicker/1.9.0/': 'Bootstrap DatePicker',
'resources/jquery.lazy/1.7.11/': 'jQuery Lazy',
'resources/waypoints/4.0.1/': 'Waypoints',
'resources/findify-bundle/6.9.15/': 'Findify'
};
// Supported charsets for TextDecoder()
// https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/TextDecoder
const EncodingTypes = {