跳至內容

「Module:沙盒/盐棋/Sandbox2」:修訂間差異

增加 4 位元組 、​ 2022年5月11日 (星期三)
set, not id!
(fixed)
(set, not id!)
第86行: 第86行:
end
end
table.sort(LST,function (a, b)
table.sort(LST,function (a, b)
if packPrior[tmp[a].id]~=packPrior[tmp[b].id] then
if packPrior[tmp[a].set]~=packPrior[tmp[b].set] then
return packPrior[tmp[a].id]<packPrior[tmp[b].id]
return packPrior[tmp[a].set]<packPrior[tmp[b].set]
else
else
return tmp[a].date<tmp[b].date
return tmp[a].date<tmp[b].date
2,509

次編輯