Dark Mode: Workflow darkmode style (#11695)

This commit is contained in:
NFish 2024-12-17 12:20:49 +08:00 committed by GitHub
commit a399502ecd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 179 additions and 158 deletions

View file

@ -549,6 +549,7 @@ export const isMac = () => {
const specialKeysNameMap: Record<string, string | undefined> = {
ctrl: '⌘',
alt: '⌥',
shift: '⇧',
}
export const getKeyboardKeyNameBySystem = (key: string) => {