From eeaa7a7044dd543ad1d8386ccfd88a15bbf8cb6f Mon Sep 17 00:00:00 2001 From: sealday Date: Sun, 7 Apr 2024 05:06:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=AD=8C=E8=AF=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/danmu/controls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/danmu/controls.tsx b/app/danmu/controls.tsx index 5205cad..94aaf34 100644 --- a/app/danmu/controls.tsx +++ b/app/danmu/controls.tsx @@ -86,7 +86,7 @@ export default function Controls(): JSX.Element { // 测试用 // listener('666'); // 实际输出歌词 - listener(line.slice(0, 10)); + listener(line.slice(10)); } console.log(line); }, 200);