mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-06 00:06:33 +08:00
feat: 新增快捷键展示
This commit is contained in:
parent
fa3a3dfcb0
commit
4d899d48dc
@ -99,6 +99,11 @@ const shortcutKeyOptions = [
|
|||||||
win: `${WinKeyboard.CTRL.toUpperCase()} + ${WinKeyboard.SHIFT.toUpperCase()} + Z `,
|
win: `${WinKeyboard.CTRL.toUpperCase()} + ${WinKeyboard.SHIFT.toUpperCase()} + Z `,
|
||||||
mac: `${MacKeyboard.CTRL.toUpperCase()} + ${MacKeyboard.SHIFT.toUpperCase()} + Z `,
|
mac: `${MacKeyboard.CTRL.toUpperCase()} + ${MacKeyboard.SHIFT.toUpperCase()} + Z `,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '保存',
|
||||||
|
win: `${WinKeyboard.CTRL.toUpperCase()} + S `,
|
||||||
|
mac: `${MacKeyboard.CTRL.toUpperCase()} + S `,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
const closeHandle = () => {
|
const closeHandle = () => {
|
||||||
emit('update:modelShow', false)
|
emit('update:modelShow', false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user