diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3337489 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +report.html linguist-generated \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a41eca3..ef8dae7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,6 @@ jobs: with: python-version: 3. - - name: Get the version id: get_version run: | echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV diff --git a/CHANGELOG.md b/CHANGELOG.md index 6373c1c..9aa84f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.1.10 (2023-12-20) + +### Misc + +- workflow_update + + 0.1.7 (2023-12-20) ### Bugfixes diff --git a/README.md b/README.md index 9bcd83c..d00ad5e 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,72 @@ # NeteaseCloudMusic_PythonSDK -> 基于 [ NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) 封装的 Python SDK。 +> 基于 [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) 封装的 Python SDK。 > 网易云API Python版本。 -> 现已同步原项目接口且测试通过的有200多个 -> 已发布到PyPi,可直接使用pip安装 -> 项目地址:[GitHub](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) +> 现已同步原项目接口且测试通过的有200多个:wave::wave:,:star:求赞:star: +> 已发布到PyPi,可直接使用pip安装。项目地址:[GitHub](https://github.com/2061360308/NeteaseCloudMusic_PythonSDK) +> +> 在此感谢`NeteaseCloudMusicApi`项目及其作者`Binaryify` +> +> 当然也感谢史上最最最好用的听歌软件——网易云音乐 +> +> 项目仅用于学习,还望大家合理使用该项目 ![](https://img.shields.io/badge/py_mini_racer-@0.6.0-red.svg) ![License](https://img.shields.io/badge/license-MIT-yellow) +