FileShare/FileShare-Web-VUE
luoqian 6ef410fdfa feat: 文件搜索、视频续播与目录文件过滤
- 前端 Header 新增搜索栏,接入已有 SearchFiles API,结果支持列表/网格视图
- 新增 PlaybackPosition 数据库列与 /api/files/progress 端点,播放进度存服务端
- 播放中每 5 秒自动保存进度,再次打开视频时弹出"继续播放"提示
- 目录浏览新增媒体类型过滤条(全部/视频/音频/文本),前端即时过滤
- 新增 4 种数据库迁移(AddPlaybackPosition)
2026-05-22 17:44:35 +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