From 128d75b921fe259ecac3350d1c76429889ea0c6a Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 12 Jan 2026 08:57:07 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=A7=86=E9=A2=91=E5=8F=B7=E7=BB=84?= =?UTF-8?q?=E4=BB=B6):=20=E5=A2=9E=E5=8A=A0=E5=AF=B9auto-play=20=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components-diy/diy-channel-video.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components-diy/diy-channel-video.vue b/components-diy/diy-channel-video.vue index 9a9ceab..de09bb9 100644 --- a/components-diy/diy-channel-video.vue +++ b/components-diy/diy-channel-video.vue @@ -7,6 +7,7 @@ :feed-id="value.feedId" :finder-user-name="value.finderUserName" :feed-token="value.feedToken" + :auto-play="autoPlay" :style="embedVideoStyle"> // #endif @@ -119,6 +120,11 @@ export default { backgroundColor: 'rgba(0, 0, 0, 0.6)' }) }, + /** 是否自动播放 */ + autoPlay: { + type: Boolean, + default: false + }, }, computed: {