# fyh_player **Repository Path**: Time0113/fyh_player ## Basic Information - **Project Name**: fyh_player - **Description**: 个人简洁的音乐MV视频播放页面。预览地址:123.249.3.121:8000/#/home - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: rewrite - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-19 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 注意事项 没有后端, 采用mock模拟后台数据, `src/mock/videoList.json`即为MV列表, 对应音视频文件及封面文件请添加进`public/video`和`public/images`文件夹下 videoList格式: ```json { "videoList": [ { "id": 1, "title": "******", "author": "******", "pubTime": "******", "videoSrc": "/video/video1.mp4", "posterSrc": "/images/cover1.jpg" }, { "id": 2, "title": "******", "author": "******", "pubTime": "******", "videoSrc": "/video/video2.mp4", "posterSrc": "/images/cover2.jpg" } ] } ``` 本项目为前期作品,main分支为之前项目练手时写的,没有使用响应式布局,后面rewrite分支重写了,进行了响应式布局