📃 docs: 完善文档

This commit is contained in:
alger
2024-05-14 18:11:54 +08:00
parent 3522011224
commit 5e8676a039
8 changed files with 21 additions and 5 deletions
+20 -4
View File
@@ -1,5 +1,21 @@
# Vue 3 + Typescript + Vite # 一个基于 electron typescript vue3 的桌面音乐播放器
主要功能如下
vue3 + TypeScript + NaiveUI + animateCss + Vuex + VueRouter + Axios等实现音乐桌面web端 - 音乐推荐
实现各项功能 - 音乐播放
网站地址:http://mc.myalger.top/ - 网易云登录
- 播放历史
- 歌单 mv 搜索 专辑等功能
## 软件截图
![首页](./docs/img/image.png)
![歌单](./docs/img/image-1.png)
![搜索](./docs/img/image-2.png)
![mv](./docs/img/image-3.png)
![历史](./docs/img/image-4.png)
![我的](./docs/img/image-5.png)
## 欢迎提Issues
## 免责声明
本软件仅用于学习交流,禁止用于商业用途,否则后果自负。
Binary file not shown.

After

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "alger-music", "name": "alger-music",
"version": "1.3.0", "version": "1.4.0",
"description": "这是一个用于音乐播放的应用程序。", "description": "这是一个用于音乐播放的应用程序。",
"author": "Alger <algerkc@qq.com>", "author": "Alger <algerkc@qq.com>",
"main": "app.js", "main": "app.js",