From 62b04007bb3dccd1fa1cc0140edcbc89f4750cbd 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: Fri, 4 Apr 2025 13:29:00 +0800 Subject: [PATCH] fix --- src/shell/napcat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index d43be1fb..139c5f40 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -1,4 +1,4 @@ -import { convertAudio } from '@/common/audio_pure'; +import { convertAudio } from '@/common/audio-pure'; import { NCoreInitShell } from './base'; await convertAudio("F:\\BVideo\\陈致逸,HOYO-MiX - 蒲苇如丝 Lovers' Oath.mp3", "F:\\BVideo\\陈致逸,HOYO-MiX - 蒲苇如丝 Lovers' Oath.wav", "wav"); NCoreInitShell(); \ No newline at end of file