更改

跳到导航 跳到搜索
添加114字节 、 2020年12月31日 (四) 21:02
无编辑摘要
第5行: 第5行:  
     parent, name = s:match("^(.+)/(.+)$")
 
     parent, name = s:match("^(.+)/(.+)$")
 
     return parent, name
 
     return parent, name
 +
end
 +
 +
local type2name = {
 +
['W'] = "世界观",
 +
['X'] = "联动"
 +
}
 +
 +
function p.type_name(s)
 +
    return type2name[s]
 
end
 
end
  

导航菜单