What a wonderful day
Author
Jc
Date Published
这个怎么用呢?
可以直接显示Md,挺好
还有呢?
1// VideoPlayer.tsx2import React from 'react';3import './VideoPlayer.css';45interface VideoPlayerProps {6 videoUrl: string;7}89const VideoPlayer: React.FC<VideoPlayerProps> = ({ videoUrl }) => {10 const baseUrl = 'http://www.capture-agent.com'; // 替换为你的域名或本地地址11 const fullUrl = `${baseUrl}${videoUrl}`;1213 return (14 <div className="video-container">15 <video controls className="video-player">16 <source src={fullUrl} type="video/mp4" />17 您的浏览器不支持视频播放。18 </video>19 </div>20 );21};2223// 示例用法24const App: React.FC = () => {25 const videoUrl = '/api/media/file/PixPin_2025-03-11_02-35-06.mp4';26 return <VideoPlayer videoUrl={videoUrl} />;27};2829export default App;
图片也可以添加
代码块也可以啊
感觉这个模式更加好用一点。
而且能够贴图片啊
图片可以,视频不行,
没有封面图也可以,挺好的。
然后自动识别slug,也是挺好的。
除了没有Unsplash。
其他都挺好的,
