├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug反馈.md │ ├── 新功能.md │ └── 空白模版.md ├── .gitignore ├── DONATE.md ├── LICENSE ├── README.md └── res ├── demo ├── demo_163.gif ├── demo_am.gif ├── demo_am2.gif ├── demo_qqmusic.gif └── demo_spotify.gif └── logo ├── am.png ├── gramophone.png ├── hihonor_cloudmusic.png ├── kugou.png ├── kugou_lite.png ├── kuwo.png ├── lx.png ├── music_free.png ├── netease.png ├── poweramp.png ├── qqmusic.png ├── salt.png └── spotify.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug反馈.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/.github/ISSUE_TEMPLATE/bug反馈.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/新功能.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/.github/ISSUE_TEMPLATE/新功能.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/空白模版.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/.github/ISSUE_TEMPLATE/空白模版.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/.gitignore -------------------------------------------------------------------------------- /DONATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/DONATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/README.md -------------------------------------------------------------------------------- /res/demo/demo_163.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/demo/demo_163.gif -------------------------------------------------------------------------------- /res/demo/demo_am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/demo/demo_am.gif -------------------------------------------------------------------------------- /res/demo/demo_am2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/demo/demo_am2.gif -------------------------------------------------------------------------------- /res/demo/demo_qqmusic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/demo/demo_qqmusic.gif -------------------------------------------------------------------------------- /res/demo/demo_spotify.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/demo/demo_spotify.gif -------------------------------------------------------------------------------- /res/logo/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/am.png -------------------------------------------------------------------------------- /res/logo/gramophone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/gramophone.png -------------------------------------------------------------------------------- /res/logo/hihonor_cloudmusic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/hihonor_cloudmusic.png -------------------------------------------------------------------------------- /res/logo/kugou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/kugou.png -------------------------------------------------------------------------------- /res/logo/kugou_lite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/kugou_lite.png -------------------------------------------------------------------------------- /res/logo/kuwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/kuwo.png -------------------------------------------------------------------------------- /res/logo/lx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/lx.png -------------------------------------------------------------------------------- /res/logo/music_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/music_free.png -------------------------------------------------------------------------------- /res/logo/netease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/netease.png -------------------------------------------------------------------------------- /res/logo/poweramp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/poweramp.png -------------------------------------------------------------------------------- /res/logo/qqmusic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/qqmusic.png -------------------------------------------------------------------------------- /res/logo/salt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/salt.png -------------------------------------------------------------------------------- /res/logo/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomakino/CSLyric/HEAD/res/logo/spotify.png --------------------------------------------------------------------------------