模块:收纳表:修订间差异

跳到导航 跳到搜索
大小无更改 、​ 2022年6月7日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第54行: 第54行:
     for k, v in pairs(args) do
     for k, v in pairs(args) do
         local tabIndex = ('' .. k):match('^tab(%d+)$')
         local tabIndex = ('' .. k):match('^tab(%d+)$')
         if tabIndex then table.insert(tabIndices, tonumber(awardNum)) end
         if tabIndex then table.insert(tabIndices, tonumber(tabIndex)) end
     end
     end
     table.sort(tabIndices)
     table.sort(tabIndices)

导航菜单