What's Changed
🐛 Bug Fixes
- fix(channels): 解耦筛选下拉与列表,分页样式对齐,空回车选回全部 (
10b0bb9) - fix(channels): stabilize paginated sort and freeze model dropdown (
c4e5e4e)
📝 Other Changes
- 修复筛选下拉的精确与模糊匹配 (
77ed8bd) - 渠道列表分页;模型名称模糊搜索;日志页点击渠道名行为增加跳转到渠道位置 (#42) (
bcb3f59)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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