From 3cfb290fc5534a47f5492d168d5819e1340aa916 Mon Sep 17 00:00:00 2001 From: NanoRocky <3525987739@qq.com> Date: Mon, 10 Mar 2025 20:10:42 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD=20?= =?UTF-8?q?#=20=E6=B7=BB=E5=8A=A0=E7=8B=AC=E7=AB=8B=E7=9A=84=E5=A3=81?= =?UTF-8?q?=E7=BA=B8=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=A3=81?= =?UTF-8?q?=E7=BA=B8=E6=97=B6=E6=97=A0=E9=9C=80=E9=87=8D=E6=96=B0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=A1=B9=E7=9B=AE=20#=20=E5=85=81=E8=AE=B8=E4=B8=BA?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=AE=BE=E7=BD=AE=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E5=88=86=E8=BE=A8=E7=8E=87=E7=9A=84=E5=A3=81=E7=BA=B8=20#=20?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E5=9C=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=82=B9?= =?UTF-8?q?=E5=87=BB=20=E7=BD=91=E7=AB=99=E5=88=97=E8=A1=A8=20=20=E4=BB=A5?= =?UTF-8?q?=E6=89=93=E5=BC=80=E8=AE=BE=E7=BD=AE=20#=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 4 +- index.html | 2 +- package.json | 31 +- pnpm-lock.yaml | 2214 +++++++++++----------- public/images/config.json | 4 + public/images/phone/backgroundphone1.jpg | Bin 0 -> 1161982 bytes public/images/phone/backgroundphone2.jpg | Bin 0 -> 623668 bytes src/api/index.js | 25 + src/components/Background.vue | 71 +- src/components/Footer.vue | 16 +- src/components/Links.vue | 33 +- src/components/Player.vue | 64 +- src/views/MoreSet/index.vue | 204 +- vite.config.js | 5 + 14 files changed, 1499 insertions(+), 1174 deletions(-) create mode 100644 public/images/config.json create mode 100644 public/images/phone/backgroundphone1.jpg create mode 100644 public/images/phone/backgroundphone2.jpg diff --git a/.env.example b/.env.example index 24f3d33..914df4e 100644 --- a/.env.example +++ b/.env.example @@ -44,7 +44,7 @@ VITE_SITE_MPS = "" ## 如果要使用逐字歌词功能,请使用 https://github.com/NanoRocky/meting-api 进行部署 ## 此处提供的服务可能会超量从而无法访问,请自行部署或前往搜索引擎使用其他站长搭建的 ## 若使用 QQ 音乐歌单,歌曲数量最好不要超出 50 首 -VITE_SONG_API = "https://api.wuenci.com/meting/api/" +VITE_SONG_API = "https://metingapi.nanorocky.top/" # 歌曲服务器 ( netease-网易云, tencent-qq音乐 ) VITE_SONG_SERVER = "netease" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) @@ -53,7 +53,7 @@ VITE_SONG_TYPE = "playlist" VITE_SONG_ID = "9379831714" # 文字转语音 API 地址(请自行搭建) -## 如果也使用 Azure ,您可直接使用 https://github.com/NanoRocky/AzureSpeechAPI-by-PHP 完成 API 部署 +## 如果也使用 Azure ,您可直接使用 https://github.com/NanoRocky/AzureSpeechAPI-by-PHP 完成 API 部署 ## (更多参数设置可以修改 \src\utils\speech.js 或自行补充) VITE_TTS_API = "" VITE_TTS_Voice = "zh-CN-YunxiaNeural" diff --git a/index.html b/index.html index 19ee83a..5f70d1b 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ - +