Skip to content

Release v0.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Nov 07:30
· 5 commits to main since this release
build(workflow): 禁用CGO以实现跨平台编译

- 在所有GO构建命令中添加CGO_ENABLED=0环境变量
- 为Android、Linux、Windows和macOS平台启用静态链接
- 移除release-action步骤以简化发布流程