mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-15 01:13:56 +08:00
- service.rs: macOS 平台两处 manual_strip,改用 strip_prefix - utils.rs: openclaw_command 在 macOS 未被调用,加 #[allow(dead_code)],函数体改用全路径 std::process::Command::new 避免 unused_imports