From ed3be00a97a1fc2850bc6f3800d66fbac71afecd Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Tue, 20 Aug 2024 13:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=E5=87=8F=E5=B0=91IO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index ab45f1e..0046e72 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -73,7 +73,8 @@ import { downloadImg, estimateReadingTime, formatBiliInfo, - retryAxiosReq, saveJsonToFile, + retryAxiosReq, + saveJsonToFile, secondsToTime, testProxy, truncateString, urlTransformShortLink @@ -309,7 +310,7 @@ export class tools extends plugin { const data = await retryAxiosReq(dyResponse) // logger.info(data) const item = await data.aweme_detail; - await saveJsonToFile(item); + // await saveJsonToFile(item); // 如果为null则退出 if (item == null) { e.reply("R插件无法识别到当前抖音内容,请换一个试试!");