🎈 perf: 更新小红书逻辑

This commit is contained in:
zhiyu1998 2023-03-06 23:48:17 +08:00
parent 1e3ecd5efc
commit 83a4cb0b79

View File

@ -549,7 +549,7 @@ export class tools extends plugin {
await this.reply(await Bot.makeForwardMsg(images)); await this.reply(await Bot.makeForwardMsg(images));
// 清理文件 // 清理文件
path.forEach(item => { path.forEach(item => {
fs.fs.unlinkSync(item); fs.unlinkSync(item);
}) })
}); });