gitextract_qf7drz_x/ ├── .babelrc ├── .gitignore ├── .npmignore ├── LICENSE ├── index.html ├── package.json ├── postcss.config.js ├── readme-zh-CN.md ├── readme.md ├── src/ │ ├── cplayer.html │ ├── example.html │ ├── example.ts │ ├── lib/ │ │ ├── helper/ │ │ │ ├── parseHTML.ts │ │ │ ├── returntypeof.ts │ │ │ └── shallowEqual.ts │ │ ├── index.ts │ │ ├── interfaces.ts │ │ ├── lyric.ts │ │ ├── mediaSession.ts │ │ ├── playmode/ │ │ │ ├── listloop.ts │ │ │ ├── listrandom.ts │ │ │ └── singlecycle.ts │ │ ├── polyfill.js │ │ └── view.ts │ ├── manifest.json │ ├── neko.css │ └── scss/ │ └── cplayer.scss ├── tsconfig.json ├── webpack.config.example.js ├── webpack.config.js └── webpack.config.prod.js