mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 解决netease的安卓无法分享问题
This commit is contained in:
parent
ea58029837
commit
918f3b2fc9
@ -151,7 +151,7 @@ export class neteasepro extends plugin {
|
||||
const musicUrlReg = /(http:|https:)\/\/music.163.com\/song\/media\/outer\/url\?id=(\d+)/;
|
||||
const musicUrlReg2 = /(http:|https:)\/\/y.music.163.com\/m\/song\?(.*)&id=(\d+)/;
|
||||
const id =
|
||||
musicUrlReg2.exec(message)[3] ||
|
||||
musicUrlReg2.exec(message)[2] ||
|
||||
musicUrlReg.exec(message)[2] ||
|
||||
/id=(\d+)/.exec(message)[1];
|
||||
// 是游客
|
||||
|
Loading…
x
Reference in New Issue
Block a user