P3 Playlist App 源码
P3-播放列表应用 架构图 const Song = new Schema( { title: { type: String, required: true }, artist: { type: String, required: true }, releaseYear: { type: String, required: true }, genre: { type: String, required: true }, albumCover: { type: String, required: true }, album: {type: String, required: true}, songLength: { type: String, required: true }, // rating: {rating: Num
文件列表
P3-Playlist-App-dev.zip
(预估有个73文件)
P3-Playlist-App-dev
client
package.json
939B
package-lock.json
682KB
src
App.jsx
2KB
App.css
356B
index.js
589B
screens
SignIn
暂无评论