diff --git a/README.md b/README.md index 90332d8605..f789f19039 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,30 @@ - [x] 移动端适配 * [ ] 还没想好呢 +### 音乐 + +>本项目采用了基于 `MetingJS` 的 `Aplayer` 音乐播放器,可实现快速自定义歌单 +>*仅支持 **中国大陆地区**,其他区域请将 [以下内容](https://file.imsyy.top/js/music/music-other.js) 替换 `music.js` 以实现音乐播放器的正常使用 + +更改 `music.js` 的参数即可实现自定义歌单列表 + +```js +var server = "netease"; //netease: 网易云音乐; tencent: QQ音乐; kugou: 酷狗音乐; xiami: 虾米; kuwo: 酷我 +var type = "playlist"; //song: 单曲; playlist: 歌单; album: 唱片 +var id = "7452421335"; //封面 ID / 单曲 ID / 歌单 ID +``` + ### 插件 * [Bootstrap](https://getbootstrap.com/) * [iziToast](https://izitoast.marcelodolza.com/) -* [Iconfont](https://www.iconfont.cn/) +* [Font Awesome](https://fontawesome.com/) * [jQuery](https://jquery.com/) * [Aplayer](https://aplayer.js.org/) ### API +* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/) * [小歪 API](https://api.ixiaowai.cn/) * [天气 API](https://www.tianqiapi.com/) * [Hitokoto 一言](https://hitokoto.cn/) diff --git a/README_EN.md b/README_EN.md index 90c5cc08f6..cf048dfa7f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,16 +28,22 @@ Simple little homepage, had enough of the original one and made a new one - [x] Mobile adaptation * [ ] Haven't thought about it yet +### Music + +>This project uses the `Aplayer` music player based on `MetingJS` for quick song list customization +>*Only supported in **Mainland China**, please replace `music.js` with [the following](https://file.imsyy.top/js/music/music-other.js) in other regions to enable the music player to work properly + ### Plugins * [Bootstrap](https://getbootstrap.com/) * [iziToast](https://izitoast.marcelodolza.com/) -* [Iconfont](https://www.iconfont.cn/) +* [Font Awesome](https://fontawesome.com/) * [jQuery](https://jquery.com/) * [Aplayer](https://aplayer.js.org/) ### API +* [MetingAPI By wuenci](https://api.wuenci.com/meting/api/) * [小歪 API](https://api.ixiaowai.cn/) * [天气 API](https://www.tianqiapi.com/) * [Hitokoto 一言](https://hitokoto.cn/) diff --git a/index.html b/index.html index b4d2d7cc81..a7167e0ea6 100644 --- a/index.html +++ b/index.html @@ -368,7 +368,7 @@