Files
dypid-client/frontend
ygxbnet 2c0207c45f
构建上传工具 / build (push) Successful in 1m12s
refactor(api): 优化抖音API请求重试机制和客户端配置
- 实现了抖音API请求失败时的自动重试逻辑,间隔100毫秒
- 添加了上下文取消支持,避免无限重试
- 将HTTP客户端改为全局变量,提升性能和连接复用
- 前端上传线程数限制从100调整为500
- 更新类型声明以符合最新Go语言规范
2026-07-27 00:41:14 +08:00
..
2026-04-27 00:34:24 +08:00
2026-04-27 00:34:24 +08:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

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