6,560
个编辑
小无编辑摘要 |
小 (修复bug) |
||
第236行: | 第236行: | ||
local infoList = { | local infoList = { | ||
[1] = { | [1] = { | ||
choice(args['曲名'] or data('title') or dataNs('title'), data('id') or #args > 1, (args['曲名'] or data('title') or dataNs('title')) .. "<br>''此曲目暂未登录''", true), | choice(args['曲名'] or data('title') or dataNs('title'), data('id') or dataNs('id') or #args > 1, (args['曲名'] or data('title') or dataNs('title')) .. "<br>''此曲目暂未登录''", true), | ||
{id = 'title'}}, | {id = 'title'}}, | ||
[2] = { | [2] = { | ||
第481行: | 第481行: | ||
end | end | ||
if not(args['更新版本']) | if not(args['更新版本']) and data('id') | ||
then | then | ||
noticeText = noticeText..'<li>此模板的移动版更新版本是未完整状态。请添加<code>更新版本</code>与<code>更新时间</code>参数。</li>' | noticeText = noticeText..'<li>此模板的移动版更新版本是未完整状态。请添加<code>更新版本</code>与<code>更新时间</code>参数。</li>' |