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

@ -18,6 +18,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1