mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +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])));
|
||||
}
|
||||
// 只提取音乐处理
|
||||
if (e.msg.includes("bili音乐")) {
|
||||
await this.biliMusic(url, e, biliInfo);
|
||||
if (e.msg !== undefined && e.msg.includes("bili音乐")) {
|
||||
await this.biliMusic(url, e);
|
||||
return true;
|
||||
}
|
||||
// 动态处理
|
||||
|
Loading…
x
Reference in New Issue
Block a user