gitextract_rgoq66r_/ ├── README.md ├── app.js ├── app.json ├── app.wxss ├── component/ │ └── playMusic/ │ ├── playMusic.js │ ├── playMusic.json │ ├── playMusic.wxml │ └── playMusic.wxss ├── pages/ │ ├── gedan/ │ │ ├── gedan.js │ │ ├── gedan.json │ │ ├── gedan.wxml │ │ └── gedan.wxss │ ├── index/ │ │ ├── index.js │ │ ├── index.json │ │ ├── index.wxml │ │ └── index.wxss │ ├── logs/ │ │ ├── logs.js │ │ ├── logs.json │ │ ├── logs.wxml │ │ └── logs.wxss │ ├── playSong/ │ │ ├── playSong.js │ │ ├── playSong.json │ │ ├── playSong.wxml │ │ └── playSong.wxss │ ├── rank/ │ │ ├── rank.js │ │ ├── rank.json │ │ ├── rank.wxml │ │ └── rank.wxss │ ├── search/ │ │ ├── search.js │ │ ├── search.json │ │ ├── search.wxml │ │ └── search.wxss │ ├── share/ │ │ ├── share.js │ │ ├── share.json │ │ ├── share.wxml │ │ └── share.wxss │ ├── singer/ │ │ ├── singer.js │ │ ├── singer.json │ │ ├── singer.wxml │ │ └── singer.wxss │ └── top/ │ ├── top.js │ ├── top.json │ ├── top.wxml │ └── top.wxss ├── project.config.json ├── utils/ │ └── util.js └── weui.wxss