Commit Graph

5 Commits

Author SHA1 Message Date
b0d6718212 fix: 重写 workflow - 适配 Gitea Actions
Some checks failed
Release / build (push) Has been cancelled
- 不使用 actions/ 生态
- 直接 clone 代码构建
- 构建完成后删除旧 release 再创建新的
- 支持 windows .exe 后缀
2026-04-24 03:41:38 +08:00
e31eb547a9 fix: 修复 workflow
Some checks failed
Release / build (push) Has been cancelled
- 移除 matrix strategy(单 job 构建)
- 移除 artifacts(直接上传)
- 所有平台在一个 step 中构建
2026-04-24 03:41:10 +08:00
eda35d9675 ci: 使用 ubuntu24.04 runner
Some checks failed
Release / build (map[arch:amd64 os:darwin]) (push) Has been cancelled
Release / build (map[arch:amd64 os:linux]) (push) Has been cancelled
Release / build (map[arch:amd64 os:windows]) (push) Has been cancelled
Release / build (map[arch:arm64 os:darwin]) (push) Has been cancelled
Release / build (map[arch:arm64 os:linux]) (push) Has been cancelled
Release / release (push) Has been cancelled
- 修改 runs-on 为 ubuntu24.04
2026-04-24 03:37:47 +08:00
c4ae5df33e ci: 添加 Gitea Actions workflow
Some checks failed
Release / build (map[arch:amd64 os:darwin]) (push) Has been cancelled
Release / build (map[arch:amd64 os:linux]) (push) Has been cancelled
Release / build (map[arch:amd64 os:windows]) (push) Has been cancelled
Release / build (map[arch:arm64 os:darwin]) (push) Has been cancelled
Release / build (map[arch:arm64 os:linux]) (push) Has been cancelled
Release / release (push) Has been cancelled
- 每次 push 到 main 分支时自动构建
- 支持多平台:linux amd64/arm64, darwin amd64/arm64, windows amd64
- 自动生成 checksums.txt
- 自动更新 release 内容(使用 git log)
2026-04-24 03:37:12 +08:00
be83f288a5 feat: 初始化 Mimo-TTS CLI 工具
- 实现文本转语音功能(支持多种音色)
- 支持流式输出(--stream)和直接播放(--play)
- 实现自动语气转换器(根据标点自动添加语气标签)
- 使用 crossterm 美化 CLI 输出
- 配置分层设计(项目配置 + 用户配置)
- 独立模块划分:api.rs, cli.rs, config.rs, tone.rs, ui.rs

v0.1.0
2026-04-24 03:32:44 +08:00