From 4461619a39ad8f88d6c4734c9b0b21c651b254cc Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 27 Jan 2025 00:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/composer/commands/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/composer/commands/index.js b/src/js/composer/commands/index.js index dc0aba0..961f9d2 100644 --- a/src/js/composer/commands/index.js +++ b/src/js/composer/commands/index.js @@ -22,7 +22,7 @@ import { browserCommands } from "./browserCommands"; const platformCommands = { win32: [windowsCommands], - darwin: [macosCommands, windowsCommands], + darwin: [macosCommands], linux: [], };