mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
12 lines
450 B
TypeScript
12 lines
450 B
TypeScript
import { defineComponentMetadata } from '@/components/define'
|
|
import { toggleStyle } from '@/components/styled-component'
|
|
|
|
export const component = defineComponentMetadata({
|
|
...toggleStyle('fullFeedsTitle', () => import('./full-feeds-title.scss')),
|
|
displayName: '展开动态标题',
|
|
description: {
|
|
'zh-CN': '在顶栏的视频动态中, 无论标题多长总是完全展开.',
|
|
},
|
|
tags: [componentsTags.feeds, componentsTags.style],
|
|
})
|