ygxbnet 03e4e6f45b
构建上传工具 / build (push) Successful in 1m23s
fix(uploader): 修复上传器逻辑和UI提示问题
- 修复目录选择为空时不更改配置的逻辑
- 将警告提示改为错误提示以提高用户体验
- 优化停止运行时的成功提示
- 增加进度列表的最大高度以显示更多内容
- 调整定时器逻辑顺序避免提前退出
- 移除重复的任务等待错误处理
- 优化代码结构和空行格式
2026-04-30 21:24:30 +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%