更新描述文本
parent
f534e11acb
commit
16711e33e8
25
README.md
25
README.md
|
@ -37,15 +37,20 @@
|
||||||
- Electron 6.x
|
- Electron 6.x
|
||||||
- Vue 2.x
|
- Vue 2.x
|
||||||
|
|
||||||
其他说明:TODO
|
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)<br>
|
||||||
|
|
||||||
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)
|
|
||||||
|
|
||||||
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-desktop/releases)
|
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-desktop/releases)
|
||||||
|
|
||||||
感谢 <https://github.com/messoer> 提供的部分音乐API!
|
其他说明:TODO
|
||||||
|
|
||||||
### 使用方法
|
#### 关于软件更新
|
||||||
|
|
||||||
|
软件启动时若发现新版本时会自动从本仓库下载安装包,下载完毕会弹窗提示更新。<br>
|
||||||
|
若下载未完成时软件被关闭,下次启动软件会再次自动下载。<br>
|
||||||
|
目前暂未添加跳过更新某个版本的功能。<br>
|
||||||
|
|
||||||
|
### 源码使用方法
|
||||||
|
|
||||||
|
环境要求:Node.js 12.x
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 开发模式
|
# 开发模式
|
||||||
|
@ -63,6 +68,10 @@ npm run pack
|
||||||
|
|
||||||
<p><a href="https://github.com/lyswhut/lx-music-desktop"><img width="100%" src="https://github.com/lyswhut/lx-music-desktop/blob/master/doc/images/app.png" alt="lx-music UI"></a></p>
|
<p><a href="https://github.com/lyswhut/lx-music-desktop"><img width="100%" src="https://github.com/lyswhut/lx-music-desktop/blob/master/doc/images/app.png" alt="lx-music UI"></a></p>
|
||||||
|
|
||||||
### License
|
### 致谢
|
||||||
|
|
||||||
Apache License 2.0
|
感谢 [@messoer](https://github.com/messoer) 提供的部分音乐API!
|
||||||
|
|
||||||
|
### 许可证
|
||||||
|
|
||||||
|
[Apache License 2.0](https://github.com/lyswhut/lx-music-desktop/blob/master/LICENSE)
|
||||||
|
|
|
@ -86,6 +86,10 @@ div.scroll(:class="$style.setting")
|
||||||
strong @messoer
|
strong @messoer
|
||||||
| !
|
| !
|
||||||
p.small 若有问题可 mail to:lyswhut@qq.com 或到 github 提交 issue
|
p.small 若有问题可 mail to:lyswhut@qq.com 或到 github 提交 issue
|
||||||
|
p.small
|
||||||
|
| 若觉得好用的话去GitHub点个
|
||||||
|
strong star
|
||||||
|
| 支持作者吧~
|
||||||
p
|
p
|
||||||
small By:
|
small By:
|
||||||
| 落雪无痕
|
| 落雪无痕
|
||||||
|
|
Loading…
Reference in New Issue