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,
|
user_id: e.user_id,
|
||||||
};
|
};
|
||||||
return axios
|
return axios
|
||||||
.get(`https://zbook.lol/search?title=${encodeURIComponent(keyword)}&limit=100`)
|
.get(`https://zbook.lol/search?title=${encodeURIComponent(keyword)}&limit=20`)
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
return resp.data.books.map(item => {
|
return resp.data.books.map(item => {
|
||||||
const {
|
const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user