From 08081360f329ced87189b3d22a8130e98dc95596 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: Wed, 7 May 2025 20:50:51 +0800 Subject: [PATCH] fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/core/apis/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index a0ff2e17..5e974cb3 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -129,7 +129,7 @@ export class NTQQFileApi { this.context.logger.logError('获取文件URL失败', (error as Error).message); } } - throw new Error('packet cant get ptt url'); + throw new Error('packet cant get video url'); } async copyFile(filePath: string, destPath: string) {