docs: 修改运行要求

This commit is contained in:
ElyPrism 2026-07-12 10:42:50 +08:00
parent 22b78779ca
commit 6946dc8e14
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -45,14 +45,14 @@
### 环境要求
- Node.js 18 及以上
- Node.js 22 及以上
- 推荐使用 pnpm 进行依赖管理
### 安装
```bash
git clone https://github.com/neteasecloudmusicapienhanced/api-enhanced.git
cd api
cd api-enhanced
pnpm i
```

View File

@ -1,6 +1,6 @@
{
"name": "@neteasecloudmusicapienhanced/api",
"version": "4.36.1",
"version": "4.36.2",
"description": "全网最全的网易云音乐API接口 || A revival project for NeteaseCloudMusicApi Node.js Services (Half Refactor & Enhanced) || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护",
"scripts": {
"dev": "nodemon app.js",