mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复am产生的一些问题
This commit is contained in:
parent
56f1fc05e5
commit
4a72253618
@ -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());
|
||||
|
@ -3,7 +3,7 @@
|
||||
data:
|
||||
[
|
||||
新增<span class="cmd">AM解析</span>功能,
|
||||
适配<span class="cmd">拉格朗日上传</span>功能,
|
||||
新增<span class="cmd">适配拉格朗日上传</span>功能,
|
||||
新增<span class="cmd">超过文件大小转上传</span>功能,
|
||||
支持<span class="cmd">锅巴</span>插件,方便查看和修改配置,
|
||||
添加<span class="cmd">#R帮助</span>获取插件帮助,
|
||||
|
Loading…
x
Reference in New Issue
Block a user