Skip to content

Commit

Permalink
feat: add kuwo, kugou
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed May 11, 2021
1 parent 91578a7 commit d3046ad
Show file tree
Hide file tree
Showing 3 changed files with 864 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/client.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import qq from './provider/qq';
import netease from './provider/netease';
import kugou from './provider/kugou';
// import kuwo from './provider/kuwo';
import kuwo from './provider/kuwo';
// import bilibili from './provider/bilibili';
// import migu from './provider/migu';

const availableProvider = [netease, kugou, qq];
const availableProvider = [netease, kugou, kuwo, qq];

const enabledProvider = availableProvider;

Expand Down
Loading

0 comments on commit d3046ad

Please sign in to comment.