mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +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'
|
targetKey: 'shortcut.app.exit_fullscreen'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
} as const
|
} as const satisfies Record<string, Array<{ originalKey: string; targetKey: string }>>
|
||||||
|
|
||||||
// === AUTO-GENERATED CONTENT END ===
|
// === AUTO-GENERATED CONTENT END ===
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user