优化了光环识别输入框, 修改了部分职业的信息

This commit is contained in:
waynebian01
2026-06-22 00:36:43 +08:00
parent b1e5ebfd8f
commit 0985a013fb
17 changed files with 313 additions and 229 deletions

View File

@@ -80,9 +80,9 @@ public sealed class StatusForm : Form
_aboutHost = CreatePageHost();
_stateList = UiTheme.CreateListView(Font, ("#", 48), ("名称", 150), ("值", 130));
_auraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 240), ("时间", 82), ("层数", 82));
_recognizedBuffAuraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 220), ("时间", 82), ("层数", 82));
_recognizedDebuffAuraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 220), ("时间", 82), ("层数", 82));
_auraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 180), ("时间", 82), ("层数", 82));
_recognizedBuffAuraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 180), ("时间", 82), ("层数", 82));
_recognizedDebuffAuraList = UiTheme.CreateListView(Font, ("#", 48), ("光环", 180), ("时间", 82), ("层数", 82));
_dynamicUnitList = UiTheme.CreateListView(Font, ("类型", 120), ("名称", 120), ("值", 160));
_spellList = UiTheme.CreateListView(Font, ("#", 48), ("技能", 150), ("状态", 110));