FileShare/FileShare-Web-VUE
luoqian 2c20f9bb54 feat: 视频缩略图生成、最近文件面板与前端视图重构
- 新增 VideoThumbnailService,基于 ffmpeg 截取视频缩略图,ffprobe 提取时长
  - 新增 ManagedThumbnailMap 模型及多数据库迁移,存储缩略图元数据
  - 新增 /api/thumbnails/{id} 缩略图流端点
  - 新增最近添加/最近播放 API 与前端面板,支持列表/网格双视图切换
  - FileRecordDto 扩展 thumbnailUrl、videoDuration、lastPlayedAt 字段
  - 前端新增文件库 Tab 导航、卡片网格视图、视频海报与时长信息栏
  - 添加文件库目录不再同步全量扫描,改为后台异步自动扫描
2026-05-22 17:01:49 +08:00
..
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00
2026-05-22 14:29:22 +08:00

fileshare-web

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint