模块:Test:修订间差异

跳到导航 跳到搜索
大小无更改 、​ 2022年1月31日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第158行: 第158行:
     local tabs_row_ids = {}
     local tabs_row_ids = {}
     for i, id in ipairs(tot_row_ids) do
     for i, id in ipairs(tot_row_ids) do
         if i % item_per_tab == 0 then
         if i % item_per_tab == 1 then
             tabs_row_ids[i / item_per_tab + 1] = {}
             tabs_row_ids[i / item_per_tab + 1] = {}
         end
         end

导航菜单