refactor(uploader): 重命名文件上传函数并优化代码结构
构建上传工具 / build-tool (push) Successful in 1m59s

- 将 StartLooking 函数重命名为 StartUpload 以更准确反映功能
- 修复构建脚本中的版本标记 ldflags 格式问题
- 更新应用标题格式,在版本号前添加冒号分隔符
- 优化上传进度循环逻辑,调整代码执行顺序
- 添加注释说明上传程序启动和文件处理功能
- 清理代码中的多余空行和变量声明
This commit is contained in:
2026-04-29 14:01:50 +08:00
parent a528d6a877
commit 3d2b3469cc
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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: 上传构建文件