fix: macOS 上 openclaw_command import 加 cfg 条件编译,消除 unused_imports

This commit is contained in:
晴天
2026-03-04 12:54:42 +08:00
parent 66799ee2c4
commit 590f943e7b

View File

@@ -1,3 +1,4 @@
#[cfg(not(target_os = "macos"))]
use crate::utils::openclaw_command;
/// 配置读写命令
use serde_json::Value;