feat: 新增组件多选和右键成组按钮

This commit is contained in:
奔跑的面条
2022-06-28 21:57:29 +08:00
parent 3537427846
commit 3a066fc9bb
9 changed files with 109 additions and 63 deletions
@@ -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()} + 🖱️ `,
mac: `${MacKeyboard.CTRL_SOURCE_KEY.toUpperCase()} + 🖱️ `,
},
]
const closeHandle = () => {
emit('update:modelShow', false)