From fa2db4d6fc85cf1ed195e47109d583cc3f35f4e3 Mon Sep 17 00:00:00 2001 From: RrOrange <542716863@qq.com> Date: Mon, 3 Jul 2023 00:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=B2=A1=E5=BF=85=E8=A6=81=E7=9A=84=E5=8A=9F=E8=83=BD=20&=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=90=9C=E4=B9=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 作者被勒索更新了,没办法,非要更新这个搜书,顺便删点垃圾功能,增强一下哔哩哔哩总结 --- utils/books.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/books.js b/utils/books.js index 4b4ac01..6960c0b 100644 --- a/utils/books.js +++ b/utils/books.js @@ -223,7 +223,7 @@ async function getDownloadLink(id) { const { download_link } = resp.data; const links = download_link.slice(0, 2).map((item, index) => { - return `直链 #${index + 1}: ${encodeURIComponent(item?.url)}\n\n` + return `直链 #${index + 1}: ${item?.url}\n\n` }) return `\n${links}`;