diff --git a/@share/components/Video.tsx b/@share/components/Video.tsx index 0c53b57..1db1c10 100644 --- a/@share/components/Video.tsx +++ b/@share/components/Video.tsx @@ -80,21 +80,31 @@ const VideoBox = ({ url, needWeb = true, width = 256, style, ...videoProps }: Pr const isLocal = !url.startsWith('http://') && !url.startsWith('https://') const isImageFile = isImg(url) - if (isLocal && !isImageFile) { + if (isLocal) { + if (!isImageFile) { + return ( +