497
次編輯
小 (调整) |
小 (移除我为了自己取乐加的 change 参数) |
||
第40行: | 第40行: | ||
-- limit: 假设songlist只保留前limit项(用于模拟过去) | -- limit: 假设songlist只保留前limit项(用于模拟过去) | ||
local time = args['time'] or dateStringToTime(args['date']) or os.time() | local time = args['time'] or dateStringToTime(args['date']) or os.time() | ||
time=time+86400*(args['delay'] or 0) | time=time+86400*(args['delay'] or 0) | ||
第78行: | 第77行: | ||
end | end | ||
end | end | ||
end | end | ||
end | end | ||
第99行: | 第96行: | ||
end | end | ||
text = text:wikitext(frame:expandTemplate {title = '组排列-end'}):done() | text = text:wikitext(frame:expandTemplate {title = '组排列-end'}):done() | ||
return text | return text |
次編輯