- GitHub Actions 现在也会构建登录工具的二进制文件 - 支持 4 个平台:macOS ARM64/Intel, Windows x64, Linux x64 - 更新 Release 说明,包含登录工具下载链接 - 更新 README 文档,提供完整的二进制使用流程 - 用户现在可以完全无需 Go 环境使用项目 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 添加 GitHub Actions 工作流,支持多平台构建: - macOS ARM64 (Apple Silicon) - macOS Intel (AMD64) - Windows x64 - Linux x64 - 支持自动触发(推送到 main 分支且包含 Go 代码修改) - 支持手动触发 - 更新 README 文档,添加二进制文件下载说明 - 添加浏览器自动下载提示 - 格式化所有 Go 源码文件 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>