Parcourir la source

快捷键提示

liushengqiang il y a 1 an
Parent
commit
eadf640b0b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/pc/home/component/the-setting/index.tsx

+ 4 - 0
src/pc/home/component/the-setting/index.tsx

@@ -99,6 +99,10 @@ export default defineComponent({
 				label: "撤回",
 				value: "Ctrl + z",
 			},
+			{
+				label: "多选",
+				value: "Shift",
+			},
 		];
 		return () => (
 			<NModal autoFocus={false} show={props.show} onUpdate:show={(val) => emit("update:show", val)}>