mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 修复英文作者地址不连续的问题
This commit is contained in:
parent
0e2a423868
commit
1ff31f5aaf
@ -561,7 +561,7 @@ export class query extends plugin {
|
||||
} = resp.data;
|
||||
const Libgen = `https://libgendown.1kbtool.com/${md5}`;
|
||||
const ipfs = `https://ipfs-checker.1kbtool.com/${ipfs_cid}?filename=${encodeURIComponent(title)}_${source}-search.${extension}`;
|
||||
const reqUrl = `${md5}#${filesize}#${encodeURIComponent(title)}_${author}_${id}_${source}-search.${extension}`;
|
||||
const reqUrl = `${md5}#${filesize}#${encodeURIComponent(title)}_${encodeURIComponent(author)}_${id}_${source}-search.${extension}`;
|
||||
const cleverPass = `https://rapidupload.1kbtool.com/${reqUrl}`;
|
||||
const cleverPass2 = `https://rulite.1kbtool.com/${reqUrl}`;
|
||||
e.reply(
|
||||
|
Loading…
x
Reference in New Issue
Block a user