import React, { memo } from 'react'; import { Player, BigPlayButton } from 'video-react'; import './index.css'; import { IVideoConfig } from './schema'; import logo from 'editorAssets/14-视频.png'; const VideoPlayer = memo((props: IVideoConfig) => { const { poster, url, isTpl } = props; return ( <> {isTpl ? (