mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
16 lines
432 B
TypeScript
16 lines
432 B
TypeScript
import { DocSourceItem } from '.'
|
|
|
|
export const thirdPartyComponents: DocSourceItem[] = [
|
|
{
|
|
type: 'component',
|
|
name: 'videoCurTime',
|
|
displayName: '视频内显示时间',
|
|
fullRelativePath: '../../registry/dist/components/video/player/localtime.js',
|
|
fullAbsolutePath: 'registry/dist/components/video/player/localtime.js',
|
|
owner: 'FoundTheWOUT',
|
|
},
|
|
]
|
|
export const thirdPartyPlugins: DocSourceItem[] = [
|
|
|
|
]
|