跳至內容

「Module:Rotaeno Data」:修訂間差異

增加 608 位元組 、​ 2024年6月8日 (星期六)
無編輯摘要
(fixed problem: add songlist append.json support)
SSF對話 | 貢獻
無編輯摘要
第69行: 第69行:
        end,
        end,
        ["artist"] = function() return info["artist"] end,
        ["artist"] = function() return info["artist"] end,
        -- Rotaeno谱师 画师都一样 所以随便找一个读取
      
        -- Rotaeno谱师 在v2.0.0后可能不同难度不同 这里为了兼容性保留
        ["ChartDesigner"] = function()
        ["ChartDesigner"] = function()
          return info["difficulties"][1]['chartDesigner']
          return info["difficulties"][1]['chartDesigner']
        end,
        end,
       ["ChartDesigner1"] = function()
         return info["difficulties"][1]['chartDesigner']
       end,
       ["ChartDesigner2"] = function()
         return info["difficulties"][2]['chartDesigner']
       end,
       ["ChartDesigner3"] = function()
         return info["difficulties"][3]['chartDesigner']
       end,
       ["ChartDesigner4"] = function()
         return info["difficulties"][4]['chartDesigner']
       end,
       -- Rotaeno画师目前都一样,所以随便找一个读取
        ["JacketDesigner"] = function()
        ["JacketDesigner"] = function()
          return info["difficulties"][1]['jacketDesigner']
          return info["difficulties"][1]['jacketDesigner']
WikiBuilder
329

次編輯