From 9f46bbc45d7fe07c9ccaf403e04c9477248c2fbd Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Wed, 3 Apr 2024 17:50:47 +0800 Subject: [PATCH] docs: update video.md --- docs/component/video.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/component/video.md b/docs/component/video.md index 413960f9..41dcbc7c 100644 --- a/docs/component/video.md +++ b/docs/component/video.md @@ -56,4 +56,3 @@ video的操作api为[uni.createVideoContext()](../api/create-video-context.md) 本地视频文件,有2种方式: - static目录下(项目下或uni_modules下都支持static目录) - 使用绝对路径。相对路径转绝对路径[详见](https://doc.dcloud.net.cn/uni-app-x/uts/utsandroid.html#convert2absfullpath) -- 暂不支持uni.env协议 -- GitLab