# Music-X-mobile **Repository Path**: 001X/Music-X-mobile ## Basic Information - **Project Name**: Music-X-mobile - **Description**: 毕业设计聚合音乐的移动端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-06 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Music-X #### 移动端 ``` 本项目为本人毕设的移动端版本 核心思想为基于伪造请求头,获悉请求参数的加密规则,获取各个音乐平台的资源,进行整合。 不含有破解成分 项目基于react native 和 java 开发。 由于react native没找到携带cookie的请求方法,所以部分使用java原生开发。 使用方法: 1.直接下载relea文件 2.二次开发,git clone后执行 npm install //安装依赖模块 yarn android //开启安卓调试环境,需要自行配置好安卓依赖,详情见官网 ``` ## 主页界面 ![主页](./doc/homepage1.gif) ## 歌单检索 ![歌单](./doc/alllist.gif) ## 排行榜 ![排行榜](./doc/rank.gif) ## 搜索 ![搜索](./doc/search.gif) ## 登录 ``` 因为qq音乐的音乐播放链接需要登录才能获取,所以添加自动获取登录信息的模块。 同时加入网易云音乐的登录 ``` ![登录](./doc/login.gif) ## 播放器 ![播放器](./doc/player.gif) ## 当前播放列表 ![](./doc/currentList.gif) ## 本地播放列表 ![](./doc/localList.gif) ## 相关项目 #### 本人项目: | 分类 | 链接 | | --------- | ------------------------------------------------------ | | 前端页面 | [Music-X](https://gitee.com/superxuqc/Music-X) | | windows端 | [Music-X-pc](https://gitee.com/superxuqc/Music-X-pc) | | web端 | [Music-X-web](https://gitee.com/superxuqc/Music-X-web) | #### 五大平台api参考: | 平台 | 链接 | | ---- | ------------------------------------------------- | | 网易 | https://github.com/Binaryify/NeteaseCloudMusicApi | | qq | https://github.com/jsososo/QQMusicApi | | 酷我 | https://github.com/QiuYaohong/kuwoMusicApi | | 酷狗 | https://gitee.com/superxuqc/cool-dog-music-api | | 咪咕 | https://github.com/jsososo/MiguMusicApi |