📃 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

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
## 免责声明
本软件仅用于学习交流,禁止用于商业用途,否则后果自负。

BIN
docs/img/image-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 KiB

BIN
docs/img/image-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

BIN
docs/img/image-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
docs/img/image-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

BIN
docs/img/image-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

BIN
docs/img/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

View File

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