🐞 fix: 删除没必要的功能 & 更新搜书功能

作者被勒索更新了,没办法,非要更新这个搜书,顺便删点垃圾功能,增强一下哔哩哔哩总结
This commit is contained in:
RrOrange 2023-07-03 00:59:28 +08:00
parent 6e4530cc31
commit fa2db4d6fc

View File

@ -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}`;