ygxbnet 3d2b3469cc
构建上传工具 / build-tool (push) Successful in 1m59s
refactor(uploader): 重命名文件上传函数并优化代码结构
- 将 StartLooking 函数重命名为 StartUpload 以更准确反映功能
- 修复构建脚本中的版本标记 ldflags 格式问题
- 更新应用标题格式,在版本号前添加冒号分隔符
- 优化上传进度循环逻辑,调整代码执行顺序
- 添加注释说明上传程序启动和文件处理功能
- 清理代码中的多余空行和变量声明
2026-04-29 14:01:50 +08:00
2026-04-27 00:34:24 +08:00
2026-04-27 00:34:24 +08:00
2026-04-27 00:34:24 +08:00

README

About

This is the official Wails Vue-TS template.

You can configure the project by editing wails.json. More information about the project settings can be found here: https://wails.io/docs/reference/project-config

Live Development

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

Building

To build a redistributable, production mode package, use wails build.

S
Description
No description provided
Readme 459 KiB
Languages
Go 32%
NSIS 25.4%
Vue 22.3%
JavaScript 15.1%
TypeScript 3.3%
Other 1.9%