# vtb-music-web **Repository Path**: mrams/vtb-music-web ## Basic Information - **Project Name**: vtb-music-web - **Description**: 网站目前的前端,已停止开发,新前端请至https://github.com/vtbmusic/VtuberMusic - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2020-05-01 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 网站目前的前端代码,已停止开发,**最新开发已转移到Github上**([team:vtbmusic](https://github.com/vtbmusic)), 新的前端仓库[vtbmusic/VtuberMusic](https://github.com/vtbmusic/VtuberMusic) --- 进度: - [x] `get_song`等函数适配后端api,实现所有歌曲滚动底部再加载数据 [预览](https://mrams.gitee.io/vtb-music-web) ### 相关项目 **Github Team:** [vtbmusic](https://github.com/vtbmusic) 网站: [Vtb-Music](https://santiego.gitee.io/vtb-music/) 网站项目: [vtb-music](https://gitee.com/santiego/vtb-music) 网站后端项目: [vtb-music-admin-netcore](https://gitee.com/Dishone/vtb-music-admin-netcore) ### 代码说明 前端使用`jq`,受限于时间和能力较为粗糙,没有使用框架,自己摸索着封装的。 `app.js`是网站程序主体,包含播放器、网页渲染等代码,都已经单独封装成独立对象。 `data.js`包含数据处理相关代码 `ui.js`包含操作UI的`js`代码