From 46035c6771de48b0db57012e6e89461abe042439 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sun, 12 Mar 2023 02:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=90=9C=E4=B9=A6=E9=83=A8=E5=88=86=E6=96=87=E5=AD=97=E6=AD=A7?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/query.js b/apps/query.js index c1c88a2..e6dcce5 100644 --- a/apps/query.js +++ b/apps/query.js @@ -545,10 +545,10 @@ export class query extends plugin { const cleverPass = `https://rapidupload.1kbtool.com/${reqUrl}`; const cleverPass2 = `https://rulite.1kbtool.com/${reqUrl}`; let bookMethods = [ - `方式1:${Libgen}`, - `方式2:${ipfs}`, - `方式3:${cleverPass}`, - `方式4:${cleverPass2}`, + `Libgen:${Libgen}`, + `ipfs:${ipfs}`, + `秒传:${cleverPass}`, + `秒传Lite:${cleverPass2}`, ].map(item => { return { message: {type: "text", text: item},