📃 docs: update Docs

This commit is contained in:
imsyy
2024-03-05 18:00:26 +08:00
parent ff00f0c283
commit c34c4fd880
4 changed files with 808 additions and 630 deletions

View File

@@ -1,18 +1,11 @@
<!-- <div align="center">
<img alt="logo" height="80" src="./public/images/icons/favicon.png" />
<h2>SPlayer</h2>
<p>一个简约的音乐播放器</p>
<img alt="main" src="./screenshots/main.png" />
</div>
<br /> -->
# SPlayer
> 一个简约的音乐播放器
> [!IMPORTANT]
> [!CAUTION]
>
> 由于 [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) 项目已停止维护,由于接口状态的不可确定性,将无法保障功能的正常使用,本项目将会停止新功能开发,进入无限期停更状态
> # 因收到网易云官方警告函,本项目从即日起停止一切新功能开发,同时无限期停止维护,感谢您的理解和支持。
> ## 在线预览页面也将同步下线
![main](/screenshots/SPlayer.jpg)

View File

@@ -30,13 +30,13 @@
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@material/material-color-utilities": "^0.2.7",
"NeteaseCloudMusicApi": "^4.15.3",
"NeteaseCloudMusicApi": "^4.15.5",
"axios": "^1.6.7",
"colorthief": "^2.4.0",
"electron-dl": "^3.5.2",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.8",
"express": "^4.18.2",
"express": "^4.18.3",
"express-http-proxy": "^2.0.0",
"howler": "^2.2.4",
"js-cookie": "^3.0.5",
@@ -56,19 +56,19 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"ajv": "^8.12.0",
"electron": "^28.2.4",
"electron-builder": "^24.12.0",
"electron": "^28.2.5",
"electron-builder": "^24.13.3",
"electron-log": "^5.1.1",
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"naive-ui": "^2.37.3",
"electron-vite": "^2.1.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"naive-ui": "^2.38.1",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"terser": "^5.27.2",
"terser": "^5.28.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.17.5",
"vue": "3.4.8"

1403
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -133,6 +133,8 @@ onBeforeUnmount(() => {
min-width: 180px;
height: 180px;
width: 180px;
min-height: 180px;
min-width: 180px;
box-sizing: border-box;
transition: opacity 0.3s;
&.hidden {