mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-13 00:11:52 +08:00
该函数的生产调用点仅在 Windows zip 解压路径(Unix 走 tar), Linux/macOS 的 clippy -D warnings 报 dead_code 导致 CI 失败。 用 cfg(any(windows, test)) 门控:保留跨平台单元测试覆盖。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>