From 9221a213a2ce0a0a822abbea2ab04788a9205f18 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sat, 24 Aug 2024 17:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9F=20feat:=20`#linux`=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=B7=BB=E5=8A=A0AI=E5=8A=9F=E8=83=BD=E8=87=AA?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index e4fbeb9..16296d2 100644 --- a/apps/query.js +++ b/apps/query.js @@ -375,7 +375,7 @@ export class query extends plugin { // 如果没有找到具体的描述内容,则给出默认提示 if (!parsedData.content) { - parsedData.content = '暂时无法解析该命令的具体描述。'; + parsedData.content = ''; } return parsedData;