🐞 fix: 修复搜书部分文字歧义

This commit is contained in:
zhiyu1998 2023-03-12 02:58:53 +08:00
parent 189812915a
commit 46035c6771

View File

@ -545,10 +545,10 @@ export class query extends plugin {
const cleverPass = `https://rapidupload.1kbtool.com/${reqUrl}`; const cleverPass = `https://rapidupload.1kbtool.com/${reqUrl}`;
const cleverPass2 = `https://rulite.1kbtool.com/${reqUrl}`; const cleverPass2 = `https://rulite.1kbtool.com/${reqUrl}`;
let bookMethods = [ let bookMethods = [
`方式1${Libgen}`, `Libgen${Libgen}`,
`方式2${ipfs}`, `ipfs${ipfs}`,
`方式3${cleverPass}`, `秒传${cleverPass}`,
`方式4${cleverPass2}`, `秒传Lite${cleverPass2}`,
].map(item => { ].map(item => {
return { return {
message: {type: "text", text: item}, message: {type: "text", text: item},