mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix:修复部分music失败问题
This commit is contained in:
parent
730d5e7672
commit
fe3ffbf2ca
@ -1764,7 +1764,7 @@ export class tools extends plugin {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
const normalRegex = /^(.*?)\s+https?:\/\//;
|
||||
const normalRegex = /^(.*?)\s*https?:\/\//;
|
||||
musicInfo = normalRegex.exec(e.msg)?.[1].trim();
|
||||
}
|
||||
// 删除特殊字符
|
||||
|
Loading…
x
Reference in New Issue
Block a user