跳至內容

「Module:Data」:修訂間差異

移除 3 位元組 、​ 2021年5月10日 (星期一)
無編輯摘要
無編輯摘要
無編輯摘要
行 26: 行 26:
for i,k in ipairs(json) do
for i,k in ipairs(json) do
if k['songId']==songId then
if k['songId']==songId then
result[tonumber(k['ratingClass']+1)]=k['conditions'][1]
result[tonumber(k['ratingClass']+1)]=k['conditions']
end
end
end
end