「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