From da342db1a8ddd707c5e11b6fdc52e3828d1fb39a Mon Sep 17 00:00:00 2001 From: ikun Date: Sun, 14 Apr 2024 14:02:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/.vuepress/config.ts | 2 +- src/.vuepress/theme.ts | 4 ++-- src/deploy/deploy-linuxordarwin.md | 4 ++-- src/deploy/deploy-windows.md | 2 +- src/guide/README.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b5f9fe1..84b6f91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lx-music-api-server-docs", "version": "2.0.0", - "description": "lx-music-api-server项目文档.", + "description": "lx-music-api-server项目文档", "license": "MIT", "type": "module", "scripts": { diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 6d24b7c..ada9f26 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -6,7 +6,7 @@ export default defineUserConfig({ lang: "zh-CN", title: "LX Music Api Server", - description: "LX Music Api Server的文档", + description: "适用于 LX Music 的解析接口服务器的 Python 实现", theme, diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 3a225d7..bded1bf 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -9,7 +9,7 @@ export default hopeTheme({ logo: "https://img2.imgtp.com/2024/04/08/AaDnm8dY.png", - repo: "helloplhm-qwq/lx-music-api-server", + repo: "MeoProject/lx-music-api-server", docsDir: "src", @@ -44,7 +44,7 @@ export default hopeTheme({ // 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务 comment: { provider: "Giscus", - repo: "helloplhm-qwq/lx-music-api-server", + repo: "MeoProject/lx-music-api-server", repoId: "R_kgDOKr11fg", category: "General", categoryId: "DIC_kwDOKr11fs4CemjW", diff --git a/src/deploy/deploy-linuxordarwin.md b/src/deploy/deploy-linuxordarwin.md index 989a77c..5a9cc74 100644 --- a/src/deploy/deploy-linuxordarwin.md +++ b/src/deploy/deploy-linuxordarwin.md @@ -23,9 +23,9 @@ sudo apt install ffmpeg ``` 3.克隆仓库 ``` bash -git clone https://github.com/helloplhm-qwq/lx-music-api-server -b main +git clone https://github.com/MeoProject/lx-music-api-server -b main -git clone https://github.moeyy.xyz/github.com/helloplhm-qwq/lx-music-api-server -b main +git clone https://github.moeyy.xyz/github.com/MeoProject/lx-music-api-server -b main ``` 根据网络环境选择 diff --git a/src/deploy/deploy-windows.md b/src/deploy/deploy-windows.md index b4e0e86..cabc70e 100644 --- a/src/deploy/deploy-windows.md +++ b/src/deploy/deploy-windows.md @@ -25,7 +25,7 @@ index: false 3.使用Git克隆仓库 ``` bash -git clone https://github.com/helloplhm-qwq/lx-music-api-server -b main +git clone https://github.com/MeoProject/lx-music-api-server -b main ``` 4.使用pip或poetry进行依赖项安装 diff --git a/src/guide/README.md b/src/guide/README.md index 96e1018..fee8cf1 100644 --- a/src/guide/README.md +++ b/src/guide/README.md @@ -12,7 +12,7 @@ index: true ## 简述 这是一个基于Python的LX Music后端实现,与LX Music相关的只有请求格式,其余全部重写 -项目基于 MIT 开源许可证开源于[Github](https://github.com/helloplhm-qwq/lx-music-api-server)上 +项目基于 MIT 开源许可证开源于[Github](https://github.com/MeoProject/lx-music-api-server)上 所调用API接口为网络上查找 音乐平台不易,请尊重版权,支持正版。 本项目仅用于对技术可行性的探索及研究,不接受任何商业(包括但不限于广告等)合作及捐赠。