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