From d42d063ed86ba2aed9ee8f22ee66da83a123333b Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Fri, 19 Jul 2024 20:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=96=B0=E5=A2=9E=E5=93=94?= =?UTF-8?q?=E5=93=A9=E5=93=94=E5=93=A9=E7=9B=B4=E6=92=AD=E9=97=B4=E5=88=86?= =?UTF-8?q?=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 5fc4f24..1753219 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -475,7 +475,7 @@ export class tools extends plugin { url = url.replace(matched[0].replace("\/", ""), av2BV(Number(matched[2]))); } // 直播间分享 - logger.info(url) + // logger.info(url) if (url.includes("live")) { // 提取直播间id const idPattern = /\/(\d+)$/;