What's Changed
✨ Features
- feat(web): 优化趋势图表显示与自适应 (
67f9f1b) - feat(test): anthropic 测试生成 claude-cli user_id (
5730154) - feat(test): 对齐 anthropic 渠道测试为 claude-cli 请求格式 (
a97619d) - feat(web): 设置页按分组展示 (
f791fca)
🐛 Bug Fixes
- fix(web): 排序后模型筛选按渠道类型 (
74628b1)
📝 Other Changes
- chore(schema): 移除 channel_models redirect_model 索引 (
58dfc75) - chore(schema): 移除 logs 重复索引 (
a0e54fc) - chore: 清理死代码与兼容壳 (
d98a02b) - refactor(cooldown): 全冷却兜底改为开关 (
0fdb551)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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