From 590f943e7beb43cc398a81e7ab5b600604db3f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Wed, 4 Mar 2026 12:54:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20macOS=20=E4=B8=8A=20openclaw=5Fcommand?= =?UTF-8?q?=20import=20=E5=8A=A0=20cfg=20=E6=9D=A1=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E8=AF=91=EF=BC=8C=E6=B6=88=E9=99=A4=20unused=5Fimports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/commands/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/commands/config.rs b/src-tauri/src/commands/config.rs index 2a94fa4..bebe0a1 100644 --- a/src-tauri/src/commands/config.rs +++ b/src-tauri/src/commands/config.rs @@ -1,3 +1,4 @@ +#[cfg(not(target_os = "macos"))] use crate::utils::openclaw_command; /// 配置读写命令 use serde_json::Value;