跳到内容

Module:Arcaea Data:修订间差异

添加73字节 、​ 2024年10月4日 (星期五)
修复一处小问题,希望没事
(添加bg读取系列)
(修复一处小问题,希望没事)
第71行: 第71行:
    local switch = {
    local switch = {
      ["id"] = function() return info["id"] end,
      ["id"] = function() return info["id"] end,
      ["title"] = function() return info['title_localized']['en'] end,
      ["title"] = function() 
     if info['title_localized'] then
     return info['title_localized']['en']
     end
     end,
      ["artist"] = function() return info["artist"] end,
      ["artist"] = function() return info["artist"] end,
      ["bpm"] = function() return info["bpm"] end,
      ["bpm"] = function() return info["bpm"] end,
970

个编辑