更新默认配置

This commit is contained in:
x1ao4 2025-05-17 18:02:25 +08:00 committed by GitHub
parent c7787b83bd
commit 84fe06a27b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ class Aria2:
default_config = { default_config = {
"host_port": "172.17.0.1:6800", # Aria2 RPC地址 "host_port": "172.17.0.1:6800", # Aria2 RPC地址
"secret": "", # Aria2 RPC 密钥 "secret": "", # Aria2 RPC 密钥
"dir": "/Downloads", # 下载目录需要Aria2有权限访问 "dir": "/downloads", # 下载目录需要Aria2有权限访问
} }
default_task_config = { default_task_config = {
"auto_download": False, # 是否自动添加下载任务 "auto_download": False, # 是否自动添加下载任务