add project files

This commit is contained in:
吴璨
2026-07-22 16:37:23 +08:00
parent 0086727073
commit 7fc8fdaa8f
8 changed files with 3384 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"api": {
"music": "https://api.chksz.top/api/163_music",
"lyric": "https://api.chksz.top/api/163_lyric",
"search": "https://api.chksz.top/api/163_search",
"playlist": "https://api.chksz.top/api/163_playlist",
"neteaseBaseUrl": "https://music.163.com"
},
"paths": {
"downloadDir": "/AstrBot/Music",
"historyFile": "download_history.json",
"runtimeConfigFile": "downloader_config.json",
"trashDir": ".trash",
"tempZipDir": ".tmp_zip"
},
"defaults": {
"quality": "jymaster",
"retries": 3,
"historyLimit": 500
}
}