mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
refactor(data): add type constraint to REDUX_STORE_MAPPINGS
This commit is contained in:
parent
695afb6f75
commit
08d8f70752
@ -737,7 +737,7 @@ export const REDUX_STORE_MAPPINGS = {
|
||||
targetKey: 'shortcut.app.exit_fullscreen'
|
||||
}
|
||||
]
|
||||
} as const
|
||||
} as const satisfies Record<string, Array<{ originalKey: string; targetKey: string }>>
|
||||
|
||||
// === AUTO-GENERATED CONTENT END ===
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user