What's Changed
✨ Features
- feat: 健康度评分增加置信度因子,解决小样本量过度惩罚问题 (
73e78fb)
📝 Other Changes
- refactor: 冷却配置简化为环境变量覆盖,删除过度设计的数据库配置化方案 (
46b4ac2) - refactor: 全冷却兜底开关改为 bool 类型,使用单选框 (
27afa38)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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