feat: ETERNAL rating class support

This commit is contained in:
2024-03-20 15:52:26 +08:00
parent 5a71a5822b
commit 39ee379010
2 changed files with 16 additions and 1 deletions

View File

@ -82,6 +82,7 @@ class ChartDelegate(TextSegmentDelegate):
QColor("#809955"),
QColor("#702d60"),
QColor("#710f25"),
QColor("#8b77a4"),
]
ChartInvalidBackgroundColor = QColor("#e6a23c")