天赋修改更直接展示预览时天赋变更信息
世界地图揭示迷雾全修复
This commit is contained in:
14
ConfigUI.lua
14
ConfigUI.lua
@@ -2681,7 +2681,15 @@ function SFrames.ConfigUI:BuildMinimapPage()
|
||||
end)
|
||||
CreateDesc(wmSection, "遍历所有大陆区域,发现新地图并自动补充迷雾数据", 292, -174, font)
|
||||
|
||||
CreateButton(wmSection, "导出扫描数据", 400, -148, 100, 24, function()
|
||||
CreateButton(wmSection, "查看统计", 400, -148, 80, 24, function()
|
||||
if SFrames.MapReveal and SFrames.MapReveal.ShowStats then
|
||||
SFrames.MapReveal:ShowStats()
|
||||
else
|
||||
SFrames:Print("MapReveal 模块不可用")
|
||||
end
|
||||
end)
|
||||
|
||||
CreateButton(wmSection, "导出数据", 488, -148, 80, 24, function()
|
||||
if SFrames.MapReveal and SFrames.MapReveal.ExportScannedData then
|
||||
SFrames.MapReveal:ExportScannedData()
|
||||
else
|
||||
@@ -2689,8 +2697,8 @@ function SFrames.ConfigUI:BuildMinimapPage()
|
||||
end
|
||||
end)
|
||||
|
||||
CreateLabel(wmSection, "版本更新后建议先扫描地图,再重新打开世界地图查看效果。", 14, -200, font, 10, 0.6, 0.6, 0.65)
|
||||
CreateDesc(wmSection, "命令: /nui mapscan | /nui mapexport | /nui mapreveal 切换", 14, -216, font)
|
||||
CreateLabel(wmSection, "浏览世界地图时自动发现并持久化覆盖层数据,扫描可批量发现已探索区域。", 14, -200, font, 10, 0.6, 0.6, 0.65)
|
||||
CreateDesc(wmSection, "命令: /nui mapscan | /nui mapstats | /nui mapreveal 切换", 14, -216, font)
|
||||
|
||||
-- ══════════════════════════════════════════════════════════════
|
||||
-- 小地图 (移至下方)
|
||||
|
||||
Reference in New Issue
Block a user