1,554
次編輯
(重构,抽取从单曲信息中获取内容的部分,避免重复代码,同时修复上一个编辑中的Bug) |
(添加单曲包类别信息) |
||
行 69: | 行 69: | ||
["bpm"] = function() return info["bpm"] end, | ["bpm"] = function() return info["bpm"] end, | ||
["set"] = function() return info["set"] end, | ["set"] = function() return info["set"] end, | ||
["category"] = function() return info["category"] end, | |||
["side"] = function() return info["side"] end, | ["side"] = function() return info["side"] end, | ||
["date"] = function() return info["date"] end, | ["date"] = function() return info["date"] end, |
次編輯