mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
27 lines
589 B
TypeScript
27 lines
589 B
TypeScript
import { Package } from '..'
|
|
|
|
export const pack: Package = {
|
|
name: 'starter',
|
|
displayName: '常用功能包',
|
|
description: '提供一些常用功能.',
|
|
components: [
|
|
'elegantScrollbar',
|
|
'customNavbar',
|
|
'removePromotions',
|
|
'columnUnlock',
|
|
'urlParamsClean',
|
|
'keymap',
|
|
'viewCover',
|
|
'bvidConvert',
|
|
'removeLiveWatermark',
|
|
'liveDanmakuSendbar',
|
|
'liveGiftBox',
|
|
'fullFeedsContent',
|
|
'unfoldFeeds',
|
|
'foldComments',
|
|
'disableFeedsDetails',
|
|
'fullVideoDescription',
|
|
],
|
|
plugins: ['settingsPanel.tagFilters.recentComponents'],
|
|
}
|