mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
docs: 更新文档
This commit is contained in:
parent
30abd2c8c3
commit
da342db1a8
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-api-server-docs",
|
"name": "lx-music-api-server-docs",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "lx-music-api-server项目文档.",
|
"description": "lx-music-api-server项目文档",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -6,7 +6,7 @@ export default defineUserConfig({
|
|||||||
|
|
||||||
lang: "zh-CN",
|
lang: "zh-CN",
|
||||||
title: "LX Music Api Server",
|
title: "LX Music Api Server",
|
||||||
description: "LX Music Api Server的文档",
|
description: "适用于 LX Music 的解析接口服务器的 Python 实现",
|
||||||
|
|
||||||
theme,
|
theme,
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ export default hopeTheme({
|
|||||||
|
|
||||||
logo: "https://img2.imgtp.com/2024/04/08/AaDnm8dY.png",
|
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",
|
docsDir: "src",
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ export default hopeTheme({
|
|||||||
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
|
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
|
||||||
comment: {
|
comment: {
|
||||||
provider: "Giscus",
|
provider: "Giscus",
|
||||||
repo: "helloplhm-qwq/lx-music-api-server",
|
repo: "MeoProject/lx-music-api-server",
|
||||||
repoId: "R_kgDOKr11fg",
|
repoId: "R_kgDOKr11fg",
|
||||||
category: "General",
|
category: "General",
|
||||||
categoryId: "DIC_kwDOKr11fs4CemjW",
|
categoryId: "DIC_kwDOKr11fs4CemjW",
|
||||||
|
@ -23,9 +23,9 @@ sudo apt install ffmpeg
|
|||||||
```
|
```
|
||||||
3.克隆仓库
|
3.克隆仓库
|
||||||
``` bash
|
``` 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
|
||||||
```
|
```
|
||||||
根据网络环境选择
|
根据网络环境选择
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ index: false
|
|||||||
|
|
||||||
3.使用Git克隆仓库
|
3.使用Git克隆仓库
|
||||||
``` bash
|
``` 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进行依赖项安装
|
4.使用pip或poetry进行依赖项安装
|
||||||
|
@ -12,7 +12,7 @@ index: true
|
|||||||
|
|
||||||
## 简述
|
## 简述
|
||||||
这是一个基于Python的LX Music后端实现,与LX Music相关的只有请求格式,其余全部重写
|
这是一个基于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接口为网络上查找
|
所调用API接口为网络上查找
|
||||||
音乐平台不易,请尊重版权,支持正版。
|
音乐平台不易,请尊重版权,支持正版。
|
||||||
本项目仅用于对技术可行性的探索及研究,不接受任何商业(包括但不限于广告等)合作及捐赠。
|
本项目仅用于对技术可行性的探索及研究,不接受任何商业(包括但不限于广告等)合作及捐赠。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user