1.2.2.2 ,修改了色块的位置

This commit is contained in:
waynebian01
2026-06-20 23:26:59 +08:00
parent 386f386d77
commit 734383a521
17 changed files with 1899 additions and 76 deletions

View File

@@ -515,7 +515,9 @@ public sealed class StatusForm : Form
foreach (var (key, value) in snapshot.State.Values)
{
if (key is "spells" or "auras" or "group" || key.StartsWith('$'))
if (key is "spells" or "auras" or "group"
|| string.Equals(key, RecognizedAuraFields.StateKey, StringComparison.Ordinal)
|| key.StartsWith('$'))
{
continue;
}