- 将 StartLooking 函数重命名为 StartUpload 以更准确反映功能 - 修复构建脚本中的版本标记 ldflags 格式问题 - 更新应用标题格式,在版本号前添加冒号分隔符 - 优化上传进度循环逻辑,调整代码执行顺序 - 添加注释说明上传程序启动和文件处理功能 - 清理代码中的多余空行和变量声明
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
build_date=$(TZ=Asia/Shanghai date +"%Y%m%d%H%M")
|
||||
wails build \
|
||||
-platform windows/amd64 \
|
||||
-ldflags "-X 'main.version= $build_date - $git_hash'" \
|
||||
-ldflags "-X 'main.version=$build_date - $git_hash'" \
|
||||
-o 上传工具.exe
|
||||
|
||||
- name: 上传构建文件
|
||||
|
||||
Reference in New Issue
Block a user