Bilibili-Evolved/registry/lib/docs/packages/starter.ts
2024-11-12 09:41:48 +08:00

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