修改优化等
This commit is contained in:
@@ -1259,6 +1259,7 @@ end
|
||||
--------------------------------------------------------------------------------
|
||||
local function TransformMapLinks(text)
|
||||
if not text or type(text) ~= "string" then return text end
|
||||
if not string.find(text, "<npin:", 1, true) then return text end
|
||||
local result = string.gsub(text, "<npin:(%d+):(%d+):([%d%.]+):([%d%.]+):([^>]*)>",
|
||||
function(c, z, x, y, name)
|
||||
local display = name
|
||||
|
||||
Reference in New Issue
Block a user