From 4a72253618bfc591504f7786077ec6c74092ca2b Mon Sep 17 00:00:00 2001
From: zhiyu <542716863@qq.com>
Date: Sat, 11 May 2024 12:04:59 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8Dam?=
=?UTF-8?q?=E4=BA=A7=E7=94=9F=E7=9A=84=E4=B8=80=E4=BA=9B=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/tools.js | 2 +-
config/version.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/tools.js b/apps/tools.js
index a6b8d57..8c67aba 100644
--- a/apps/tools.js
+++ b/apps/tools.js
@@ -1451,7 +1451,7 @@ export class tools extends plugin {
// 如果没有文件夹就创建一个
await mkdirIfNotExists(currentWorkingDirectory + "/am")
// 执行命令
- const result = await execSync(`freyr -d ${ currentWorkingDirectory } get ${ message }`);
+ const result = await execSync(`freyr -d ${ currentWorkingDirectory + "/am/" } get ${ message }`);
logger.info(result.toString());
// 获取信息
const { title, album, artist } = await this.parseFreyrLog(result.toString());
diff --git a/config/version.yaml b/config/version.yaml
index 3222ccf..a757140 100644
--- a/config/version.yaml
+++ b/config/version.yaml
@@ -3,7 +3,7 @@
data:
[
新增AM解析功能,
- 适配拉格朗日上传功能,
+ 新增适配拉格朗日上传功能,
新增超过文件大小转上传功能,
支持锅巴插件,方便查看和修改配置,
添加#R帮助获取插件帮助,