Skip to content

v1.3.7

Choose a tag to compare

@ystyle ystyle released this 23 Apr 03:55
· 19 commits to master since this release
refactor: 重构项目结构,优化模块化设计, 没有功能新增

- 重构:将核心逻辑迁移至internal目录,按功能拆分为converter/core/model/utils子模块
- 移除:清理旧版工具类文件(tools.go/build.*)和废弃代码(analytics.go)
- 新增:在pkg目录下独立分析统计模块(analytics)
- 调整:资源文件统一归集到assets目录,更新README图片引用路径
- 构建:更新GitHub Actions工作流中的主程序构建路径