Skip to content

Commit

Permalink
給預設歌單們加上 image 屬性
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Sep 24, 2018
1 parent 471fa69 commit 9676852
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 459 deletions.
31 changes: 19 additions & 12 deletions config-simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,32 @@
},
"Netease2": {
"server": "YOUR_NeteaseCloudMusicApi_SERVER",
"isPremium": true,
"topPlaylist": {
"enabled": false,
"enabled": true,
"category": "ACG",
"limit": 5,
"order": "hot" // hot or new
},
"hqPlaylist": {
"enabled": false,
"category": "ACG",
"limit": 5
},
"dailyRecommend": {
"songs": false,
"playlist": false
"order": "hot",
"image": "https://i.imgur.com/ZFaycMw.gif"
},
"login": {
"phone": null,
"email": null,
"password": null
},
"dailyRecommendSongs": {
"enabled": true,
"image": "https://i.imgur.com/ZFaycMw.gif"
},
"dailyRecommendPlaylists": {
"enabled": true,
"image": "https://i.imgur.com/ZFaycMw.gif"
},
"hqPlaylist": {
"enabled": true,
"category": "ACG",
"limit": 5,
"image": "https://i.imgur.com/ZFaycMw.gif"
}
}
}
}
Loading

0 comments on commit 9676852

Please sign in to comment.