模块:NeteaseMusic:修订历史

来自吾萌百科

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年2月21日 (星期一)

  • 当前之前 16:362022年2月21日 (一) 16:36Rmolives 讨论 贡献 921字节 +921 创建页面,内容为“local p = {} function p.getMusicId(url) return string.match(url, "[%?&]id=(%d+)") end function p.checkMusicId(id) return string.match(id, "^%d+$") ~= nil end function p.player(frame) local musicId = frame.args[1] local autoPlay = frame.args.auto and (frame.args.auto == "1" or frame.args.auto == "true") local autoPlayStr = "0" if autoPlay then autoPlayStr = "1" end if musicId ~= nil and p.checkMusicId(musicId) then return '<div class="netease-mu…”