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
@@ -22,7 +22,7 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "dypid-client - 版本" + version,
Title: "dypid-client - 版本" + version,
Width: 1024,
Height: 768,
AssetServer: &assetserver.Options{