mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🦄 reactor: 删除多余的logger.info
This commit is contained in:
parent
e9ff3ab728
commit
752e3346a8
@ -290,7 +290,6 @@ export class songRequest extends plugin {
|
|||||||
// 上传音频文件
|
// 上传音频文件
|
||||||
async upLoad(e) {
|
async upLoad(e) {
|
||||||
let msg = await getReplyMsg(e)
|
let msg = await getReplyMsg(e)
|
||||||
logger.info('msglist=====', msgList)
|
|
||||||
const musicUrlReg = /(http:|https:)\/\/music.163.com\/song\/media\/outer\/url\?id=(\d+)/;
|
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 musicUrlReg2 = /(http:|https:)\/\/y.music.163.com\/m\/song\?(.*)&id=(\d+)/;
|
||||||
const musicUrlReg3 = /(http:|https:)\/\/music.163.com\/m\/song\/(\d+)/;
|
const musicUrlReg3 = /(http:|https:)\/\/music.163.com\/m\/song\/(\d+)/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user