FileShare/FileShare-Web-VUE
lq1405 c6b05c12e5 fix(web): 恢复视频继续播放和进度保存
- 将播放器收敛为单个共享实例,避免列表/网格内多个 video ref 导致进度保存失效
- 恢复视频播放器上方的继续播放提示
- 在播放、暂停、拖动、结束、切换页面和离开页面时保存播放位置
- 保留文件浏览分页和排序参数的前端调用
2026-05-23 11:03:51 +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