调整dps插件对仇恨的估算方式

优化dps插件
This commit is contained in:
rucky
2026-03-25 00:57:35 +08:00
parent 5c3f2243c4
commit 12c8c55159
16 changed files with 2454 additions and 165 deletions

View File

@@ -546,6 +546,16 @@ function Options:CreatePanel()
CreateStyledCheckbox(page2, L["Merge Pets"], 8, y,
function() return cfg.mergePets end,
function(v) cfg.mergePets = v end)
y = y - 26
CreateStyledCheckbox(page2, L["OT Warning"], 8, y,
function() return cfg.otWarning end,
function(v) cfg.otWarning = v end)
y = y - 26
CreateStyledCheckbox(page2, L["Nameplate Threat"], 8, y,
function() return cfg.nameplateThreat end,
function(v) cfg.nameplateThreat = v end)
y = y - 36
CreateSectionHeader(page2, L["Max Segments"], y)