liushengqiang 1 anno fa
parent
commit
eadf640b0b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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)}>