From 53d0fd6326827f62d66ec6cf64b6fac3d5e679a6 Mon Sep 17 00:00:00 2001 From: ZLY Date: Fri, 28 Nov 2025 15:10:36 +0800 Subject: [PATCH] =?UTF-8?q?pref(shortcuts):=20=E7=A7=BB=E9=99=A4=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E6=96=B9=E5=BC=8F=E7=82=B9=E5=87=BB=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dashboard/workplace/shortcuts.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/dashboard/workplace/shortcuts.tsx b/src/pages/dashboard/workplace/shortcuts.tsx index 370c2c8..6cd823a 100644 --- a/src/pages/dashboard/workplace/shortcuts.tsx +++ b/src/pages/dashboard/workplace/shortcuts.tsx @@ -87,13 +87,13 @@ function Shortcuts() { ]; function onClickShortcut(key) { - Message.info({ - content: ( - - You clicked {key} - - ) - }); + // Message.info({ + // content: ( + // + // You clicked {key} + // + // ) + // }); } return (