Module:ChartConstant:修订间差异

添加41字节 、​ 2024年3月13日 (星期三)
修复link错误(被anotherdata)删掉了
(修改定数表排序逻辑)
(修复link错误(被anotherdata)删掉了)
第27行: 第27行:
local query = mad.songQueryWrap(song)
local query = mad.songQueryWrap(song)
local title, date = query.title, song.date
local title, date = query.title, song.date
local link = query.linkName or title
local link = query.linkTitle
link = link and link:match '([^%|]+)' or title
for diffIdx = 2, 4 do
for diffIdx = 2, 4 do
-- fk lua donot support continue. use single-loop & break for subst
-- fk lua donot support continue. use single-loop & break for subst
1,117

个编辑