feat: add support for ForcePeakCutEnabled configuration in NetworkChart

This commit is contained in:
hamster1963
2025-02-20 15:29:14 +08:00
parent 579b4f8ef4
commit 674d348ed7
2 changed files with 5 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ declare global {
ForceShowServices: boolean
ForceCardInline: boolean
ForceShowMap: boolean
ForcePeakCutEnabled: boolean
}
}