fix: enhance sorting functionality by adding forced sort type and order handling

This commit is contained in:
hamster1963
2026-05-25 01:57:50 +08:00
parent 4b0106c011
commit f69f480d3b
3 changed files with 61 additions and 6 deletions
+2
View File
@@ -8,6 +8,8 @@ declare global {
ForceCardInline: boolean;
ForceShowMap: boolean;
ForcePeakCutEnabled: boolean;
ForceSortType?: string;
ForceSortOrder?: string;
}
}