From c555a291e82ad12ce8c945d0a2f37109cbd98c77 Mon Sep 17 00:00:00 2001 From: luqiao <50013416+BsaLee@users.noreply.github.com> Date: Fri, 14 Feb 2025 04:49:58 +0800 Subject: [PATCH] Add files via upload --- 使用说明.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 使用说明.txt diff --git a/使用说明.txt b/使用说明.txt new file mode 100644 index 0000000..960b337 --- /dev/null +++ b/使用说明.txt @@ -0,0 +1,11 @@ +1.先到后端目录安装nodejs +2.执行命令安装后端程序 +cd NeteaseCloudMusicApi +npm install +3.运行后端程序 +node app.js +4.获取app的cookie写入到cookies.txt +注意:程序支持扫码登录,但是不建议使用,会导致无法正确识别云盘容量.(这个问题硬控我1小时,md) +4.返回根目录运行main.py +python main.py +