feat: 新增快捷键展示

This commit is contained in:
奔跑的面条 2022-05-24 18:17:41 +08:00
parent c3738fab45
commit b861587f01

View File

@ -99,6 +99,11 @@ const shortcutKeyOptions = [
win: `${WinKeyboard.CTRL.toUpperCase()} + ${WinKeyboard.SHIFT.toUpperCase()} + Z `,
mac: `${MacKeyboard.CTRL.toUpperCase()} + ${MacKeyboard.SHIFT.toUpperCase()} + Z `,
},
{
label: '保存',
win: `${WinKeyboard.CTRL.toUpperCase()} + S `,
mac: `${MacKeyboard.CTRL.toUpperCase()} + S `,
},
]
const closeHandle = () => {
emit('update:modelShow', false)