mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复bili小程序解析问题
This commit is contained in:
parent
e25a901fd4
commit
ef75e7c12c
@ -302,8 +302,8 @@ export class tools extends plugin {
|
|||||||
url = url.replace(matched[0], av2BV(Number(matched[2])));
|
url = url.replace(matched[0], av2BV(Number(matched[2])));
|
||||||
}
|
}
|
||||||
// 只提取音乐处理
|
// 只提取音乐处理
|
||||||
if (e.msg.includes("bili音乐")) {
|
if (e.msg !== undefined && e.msg.includes("bili音乐")) {
|
||||||
await this.biliMusic(url, e, biliInfo);
|
await this.biliMusic(url, e);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// 动态处理
|
// 动态处理
|
||||||
|
Loading…
x
Reference in New Issue
Block a user