From 2ca6d0a00e458f483b6cf165400d19c250a47604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 26 Jan 2025 20:44:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shell/base.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shell/base.ts b/src/shell/base.ts index 9b532ade..b2d5a243 100644 --- a/src/shell/base.ts +++ b/src/shell/base.ts @@ -263,12 +263,6 @@ async function initializeSession( } export async function NCoreInitShell() { - try { - let info = await FFmpegService.getVideoInfo("F:\\BVideo\\123.mp4","F:\\BVideo\\1.jpg"); - console.log(info); - } catch (error) { - console.log(error); - } console.log('NapCat Shell App Loading...'); const pathWrapper = new NapCatPathWrapper(); const logger = new LogWrapper(pathWrapper.logsPath);