Bilibili-Evolved/registry/lib/docs/packages/starter.ts
2021-10-26 13:19:37 +08:00

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',
],
}