feat(filters) filtering stations by real lines

This commit is contained in:
2025-12-15 21:37:36 +01:00
parent 43be04826d
commit 2cbeef7611
7 changed files with 67 additions and 28 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ export interface StationGeneralInfo {
abbr: string;
hash?: string;
reqLevel: number;
lines: string;
lines?: string;
project: string;
projectUrl?: string;
signalType: string;