完成焦点等开发

This commit is contained in:
rucky
2026-03-31 18:03:23 +08:00
parent c7dd0f4848
commit 6e18269bfd
34 changed files with 6803 additions and 542 deletions

View File

@@ -109,7 +109,8 @@ end
local function ApplySlotBackdrop(btn, isBuff)
btn:SetBackdrop(ROUND_BACKDROP)
btn:SetBackdropColor(0.06, 0.06, 0.08, 0.92)
local bgA = (SFramesDB and SFramesDB.MinimapBuffs and type(SFramesDB.MinimapBuffs.bgAlpha) == "number") and SFramesDB.MinimapBuffs.bgAlpha or 0.92
btn:SetBackdropColor(0.06, 0.06, 0.08, bgA)
if isBuff then
btn:SetBackdropBorderColor(0.25, 0.25, 0.30, 1)
else