From c23fdbf3109523b5943f512d2373d940c4d15687 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 2 Oct 2025 11:14:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=81=8A=E5=A4=A9=E8=A6=96=E9=A0=BB=20?= =?UTF-8?q?(=E5=88=9D=E5=A7=8B=E5=8C=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/index.ts b/client/index.ts index 22e230d..892bc88 100644 --- a/client/index.ts +++ b/client/index.ts @@ -7,6 +7,7 @@ import * as React from 'react' import ReactDOM from 'react-dom/client' import './ui/custom-elements/chat-image.ts' +import './ui/custom-elements/chat-video.ts' const urlParams = new URL(location.href).searchParams