模块:ItemInfo:修订间差异

大小无更改 、​ 2024年6月8日 (星期六)
修正错误
(修正错误)
(修正错误)
第10行: 第10行:
     local status, data = pcall(mw.loadJsonData, '数据:' .. game .. '/' .. category .. '/' .. index)
     local status, data = pcall(mw.loadJsonData, '数据:' .. game .. '/' .. category .. '/' .. index)
     if status then
     if status then
         return table.append(itemBase, data)
         return table.concat(itemBase, data)
     else
     else
         return itemBase
         return itemBase
1,075

个编辑