mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
29 lines
598 B
TypeScript
29 lines
598 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',
|
|
],
|
|
}
|