跳到内容

Module:DesignerSong:修订间差异

添加45字节 、​ 2024年10月4日 (星期五)
忽略deleted曲
(不是哥们,“titelStr”  幸好还算懂点编程,要是连Lua都看不懂估计可以退站了  我真的提高运行效率了吗)
(忽略deleted曲)
第75行: 第75行:
    
    
    for index, song in ipairs(listMO) do
    for index, song in ipairs(listMO) do
    local songid = song.id
    if not song.deleted then
   local songDiffList = song.difficulties
   local songid = song.id
   if bydAppendInfo[songid] then table.insert(songDiffList,bydAppendInfo[songid]) end
   local songDiffList = song.difficulties
   if not bydAppend[index] then
   if bydAppendInfo[songid] then table.insert(songDiffList,bydAppendInfo[songid]) end
   write(songid, songDiffList)
   if not bydAppend[index] then
   end
   write(songid, songDiffList)
   end
   end
    end
    end
    
    
1,014

个编辑