模块:ItemInfo:修订间差异

添加8字节 、​ 2024年6月8日 (星期六)
修复bug
(完善)
(修复bug)
第155行: 第155行:
         local list = checkAndMakeParamList(item)
         local list = checkAndMakeParamList(item)


         table.insert(result, section .. tostring(html) .. list)
         table.insert(result, section .. tostring(html) .. '\n' .. list)
     end         
     end         
     return table.concat(result, '\n\n')
     return table.concat(result, '\n\n')
1,075

个编辑