You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ScoreFilter): Add extensible score filter system
- Introduce the `IScoreFilter` interface and `ScoreFilterTagAttribute` attribute for defining and tagging filters
- Implement various filters including Level, Rank, DXStar, Combo, Version, Sun, and Lock
- Add the `ScoreFilterHelper` utility class to support dynamic discovery and retrieval of filter instances via tags
- Integrate filters into `LxnsListService` and `DfListService`, replacing the original fixed condition filtering logic
- Add the `ConstantMap` class to centrally manage version mapping and rating constant data
- Adjust Drawer rendering logic to adapt to the new filter data flow
0 commit comments