From 251c382d2b52e1782f5f4de96b4f5bb72c1ceea5 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Mon, 20 Mar 2023 17:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E7=BA=A0=E6=AD=A3?= =?UTF-8?q?=E6=90=9C=E4=B9=A6=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index 0841b94..54c1788 100644 --- a/apps/query.js +++ b/apps/query.js @@ -426,7 +426,10 @@ export class query extends plugin { if (!_.isUndefined(zHelper) && zHelper.length > 0) { await e.reply(await Bot.makeForwardMsg(zHelper)); await e.reply( - "请选择一个你想要的ID、来源,例如:11918807 superlib(只回复11918807默认zlibrary)书源若不对应则回复无效链接", + "请选择一个你想要的ID、来源,例如:\n" + + "11918807 superlib\n" + + "只回复11918807 默认zlibrary\n" + + "书源若不对应则回复无效链接,数字字母之间空格", ); thisBookMethod.setContext("searchBookContext"); }