修改优化等

This commit is contained in:
rucky
2026-03-18 02:01:36 +08:00
parent 2a55dd6dad
commit 923a1f9ce2
15 changed files with 1578 additions and 371 deletions

View File

@@ -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