From c34f1b0738dccb9bed625901bbd9b68127bf4c5f Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sat, 25 Mar 2023 17:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8Depic?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98?= 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 df199aa..8a2483f 100644 --- a/apps/query.js +++ b/apps/query.js @@ -439,7 +439,7 @@ export class query extends plugin { .toLocaleString("zh-CN", options) .replace(/(\d{1,2})\s/, "$1日 "); } - const resMsg = `${gameName} (${originalPrice})\n\n${game.description}\n\n游戏${companies}\n${game?.url}\n将在 ${endDate} 结束免费游玩,戳上方链接领取吧~`; + const resMsg = `${gameName} (${originalPrice})\n\n${game.description}\n\n游戏${companies}\n链接:${game?.url || "暂无"}\n将在 ${endDate} 结束免费游玩,戳上方链接领取吧~`; e.reply([resMsg, ...availableImgUrl.map(url => segment.image(url))]) } }