From 0e2a423868756f97a0a96c694b84c0a2d8b17c2f Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Tue, 7 Mar 2023 19:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/query.js b/apps/query.js index c36d998..bb87308 100644 --- a/apps/query.js +++ b/apps/query.js @@ -503,7 +503,7 @@ export class query extends plugin { } /** - * @link searchBookById 的上下文 + * @link searchBook 的上下文 * @returns {Promise} */ async searchBookContext() { @@ -578,4 +578,4 @@ export class query extends plugin { const titleRex = /<[^>]+>/g; return title.replace(titleRex, ""); } -} +} \ No newline at end of file