Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feat: 优化自动构建流程并添加自更新功能 - 添加.gitignore文件忽略bin/和workspace/目录 - 优化repo.go中的git操作逻辑,添加commit检查避免不必要操作 - 在config.go中添加Update字段和ArtifactName默认值处理 - 更新config.yaml配置示例,完善自更新相关配置 - 重写self.go实现更可靠的自更新机制,添加commit哈希检查 - 重构build.go支持Node.js项目构建,完善二进制文件处理逻辑
Merge branch 'main' of https://github.com/eefenaxce/Auto_Pull_Git