跳到内容

Module:DesignerSong:修订间差异

添加12字节 、​ 2024年7月27日 (星期六)
调整全难度颜色,现在显示最高级谱面对应的颜色
(Last | Eternity被意外注释掉了)
(调整全难度颜色,现在显示最高级谱面对应的颜色)
第289行: 第289行:
   table.insert(nameBYD, bydAppendInfo[songid] and songTitle(bydAppendInfo[songid].id))
   table.insert(nameBYD, bydAppendInfo[songid] and songTitle(bydAppendInfo[songid].id))
   local pack = songPack(songid) or Args[songid .. '.pack'] or '/'
   local pack = songPack(songid) or Args[songid .. '.pack'] or '/'
   if data[1][3] and data[1][3]==3 and #data==3 then
   if data[1][3]==#data then
   local PST_PRS_FTR = color(diffList[1],'全')..color(diffList[2],'难')..color(diffList[3],'度')
   local times = #data
   -- local PST_PRS_FTR = '全难度'
   -- local diffTag = color(diffList[1],'全')..color(diffList[2],'难')..color(diffList[3],'度')
   local diffTag = color(data[times][1],'全难度')
   local style = '|style="height: 35px"'
   local style = '|style="height: 35px"'
   return '|-\n'.. style ..'|[['..name..']]||'..pack..'||'..PST_PRS_FTR..'||'..data[1][2]..'\n|'..text..'\n|-\n'
   return '|-\n'.. style ..'|[['..name..']]||'..pack..'||'..diffTag..'||'..data[1][2]..'\n|'..text..'\n|-\n'
   end
   end
   local row = #data
   local row = #data
1,014

个编辑