mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 限制搜书下载最大数量
This commit is contained in:
parent
a032e7d9cf
commit
1b55d9fff5
@ -182,7 +182,7 @@ async function getZBook(e, keyword) {
|
||||
user_id: e.user_id,
|
||||
};
|
||||
return axios
|
||||
.get(`https://zbook.lol/search?title=${encodeURIComponent(keyword)}&limit=100`)
|
||||
.get(`https://zbook.lol/search?title=${encodeURIComponent(keyword)}&limit=20`)
|
||||
.then(resp => {
|
||||
return resp.data.books.map(item => {
|
||||
const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user