refactor(ncmapi): manage NCMAPI with submodule

also:
  - docs: tells user to clone repo recursively
  - feat(ci): clone recursively
  - feat(ncmapi): backport my change
    https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1453
  - refactor: rewrite startNeteaseMusicApi()
This commit is contained in:
pan93412 2022-01-26 09:44:38 +08:00
parent d5ffacae3a
commit ebd863f5b6
No known key found for this signature in database
GPG key ID: 42154B1B1CFE3377
334 changed files with 2430 additions and 20769 deletions

View file

@ -87,7 +87,7 @@ macOS 用户也可以通过 `brew install --cask yesplaymusic` 来安装。
2. 克隆本仓库
```sh
git clone https://github.com/qier222/YesPlayMusic.git
git clone --recursive https://github.com/qier222/YesPlayMusic.git
```
3. 安装依赖
@ -142,7 +142,7 @@ YesPlayMusic 地址为 `http://localhost`
1. 打包 Electron 需要用到 Node.js 和 Yarn。可前往 [Node.js 官网](https://nodejs.org/zh-cn/) 下载安装包。安装 Node.js
后可在终端里执行 `npm install -g yarn` 来安装 Yarn。
2. 使用 `git clone https://github.com/qier222/YesPlayMusic.git` 克隆本仓库到本地。
2. 使用 `git clone --recursive https://github.com/qier222/YesPlayMusic.git` 克隆本仓库到本地。
3. 使用 `yarn install` 安装项目依赖。