mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
docs: add powered by vercel
This commit is contained in:
parent
9e787bab03
commit
f064859a27
2 changed files with 15 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
- 🟥 支持 Last.fm Scrobble
|
- 🟥 支持 Last.fm Scrobble
|
||||||
- ☁️ 支持音乐云盘
|
- ☁️ 支持音乐云盘
|
||||||
- ⌨️ 自定义快捷键和全局快捷键
|
- ⌨️ 自定义快捷键和全局快捷键
|
||||||
- 🎧 支持Mpris
|
- 🎧 支持 Mpris
|
||||||
- 🛠 更多特性开发中
|
- 🛠 更多特性开发中
|
||||||
|
|
||||||
## 📦️ 安装
|
## 📦️ 安装
|
||||||
|
|
@ -55,6 +55,10 @@ Electron 版本由 [@hawtim](https://github.com/hawtim) 和 [@qier222](https://g
|
||||||
|
|
||||||
除了下载安装包使用,你还可以将本项目部署到 Vercel 或你的服务器上。下面是部署到 Vercel 的方法。
|
除了下载安装包使用,你还可以将本项目部署到 Vercel 或你的服务器上。下面是部署到 Vercel 的方法。
|
||||||
|
|
||||||
|
本项目的 Demo (https://music.qier222.com) 就是部署在 Vercel 上的网站。
|
||||||
|
|
||||||
|
[](https://vercel.com/?utm_source=ypm&utm_campaign=oss)
|
||||||
|
|
||||||
1. 部署网易云 API,详情参见 [Binaryify/NeteaseCloudMusicApi](https://neteasecloudmusicapi.vercel.app/#/?id=%e5%ae%89%e8%a3%85)
|
1. 部署网易云 API,详情参见 [Binaryify/NeteaseCloudMusicApi](https://neteasecloudmusicapi.vercel.app/#/?id=%e5%ae%89%e8%a3%85)
|
||||||
。你也可以将 API 部署到 Vercel。
|
。你也可以将 API 部署到 Vercel。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -677,6 +677,16 @@
|
||||||
<a href="http://github.com/qier222" target="_blank">QIER222</a></p
|
<a href="http://github.com/qier222" target="_blank">QIER222</a></p
|
||||||
>
|
>
|
||||||
<p class="version">v{{ version }}</p>
|
<p class="version">v{{ version }}</p>
|
||||||
|
|
||||||
|
<a
|
||||||
|
v-if="isElectron"
|
||||||
|
href="https://vercel.com/?utm_source=ypm&utm_campaign=oss"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
height="36"
|
||||||
|
src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue