From 507a354863c00d5461270ebef41d67aede89c503 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 4 Jul 2025 11:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E7=BB=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/work-flow/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/work-flow/constants.ts b/components/work-flow/constants.ts index 88cc7c7..a7ace12 100644 --- a/components/work-flow/constants.ts +++ b/components/work-flow/constants.ts @@ -200,7 +200,7 @@ export const MOCK_DATA = [ isLooped: true, }, final: { - url: 'https://static.qikongjian.com/final.mp4' + url: 'https://cdn.huiying.video/final.mp4' }, } ];