功能更新堆叠

This commit is contained in:
rucky
2026-03-25 00:57:17 +08:00
parent 017e37a365
commit b3cd6fbfc7
5 changed files with 256 additions and 8 deletions

View File

@@ -670,6 +670,8 @@ local function BuildTab_Other(page)
CreateCheckbox(page, "显示法力条", "showManaBar", L, y)
y = y - 26
CreateCheckbox(page, "显示任务怪图标", "showQuestIcon", L, y, "在任务目标怪物的姓名板上显示\"!\"图标和进度 (配合pfQuest)")
y = y - 26
CreateCheckbox(page, "堆叠姓名板", "enableStacking", L, y, "当多个姓名板重叠时,自动将它们上下分开排列。\n关闭时姓名板会自由重叠在3D位置上。")
y = y - 50