feat: add global configuration flags for services, card layout, and map display

This commit is contained in:
hamster1963
2025-02-04 19:48:59 +08:00
parent ee0eee378b
commit c87663f2e1
2 changed files with 19 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ declare global {
interface Window {
CustomBackgroundImage: string
CustomMobileBackgroundImage: string
ForceShowServices: boolean
ForceCardInline: boolean
ForceShowMap: boolean
}
}