模块:ItemInfo:修订间差异
跳转到导航
跳转到搜索
修正错误
(修正错误) |
(修正错误) |
||
第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. | return table.concat(itemBase, data) | ||
else | else | ||
return itemBase | return itemBase |