03e4e6f45b
构建上传工具 / build (push) Successful in 1m23s
- 修复目录选择为空时不更改配置的逻辑 - 将警告提示改为错误提示以提高用户体验 - 优化停止运行时的成功提示 - 增加进度列表的最大高度以显示更多内容 - 调整定时器逻辑顺序避免提前退出 - 移除重复的任务等待错误处理 - 优化代码结构和空行格式
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Type-Check, Compile and Minify for Production
pnpm build