feat: 添加单曲信息获取和下载功能

- 新增 aria2 模块,实现下载功能- 新增 single 模块,实现单曲信息获取
- 新增 utils 模块,用于创建请求客户端
This commit is contained in:
2025-08-18 22:02:07 +08:00
commit b5aee397f8
7 changed files with 2071 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/target
/.idea