What's Changed
🐛 Bug Fixes
- fix: 移除开发运行中的环境变量说明,更新为从.env文件中定义 (
9147b24) - fix: 修复平滑加权轮询的哈希冲突和内存泄漏问题 (
040d3cd) - fix: 修正文档中的“Factory reboot”为“Factory rebuild” (
c48b648)
📝 Other Changes
- refactor: 删除死代码和过度封装,精简约400行代码 (
1c8838f)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256