跳到内容

Module:Data:修订间差异

添加4字节 、​ 2021年8月10日 (星期二)
修复bug
(调整)
(修复bug)
第194行: 第194行:
function p.getNS(name, id)
function p.getNS(name, id)
if id then
if id then
return getSingle(loadJson.Songlist(), id, 'id')
return getSingle(loadJson.SonglistNS(), id, 'id')
else
else
return getSingle(loadJson.Songlist(), name, 'name')
return getSingle(loadJson.SonglistNS(), name, 'name')
end
end
end
end


return p
return p