perf: 更新项目默认配置参数

1. 更新项目 README
2. 更新默认 UserAgent
3. 默认图片格式修改为 JPEG
4. 修正项目描述错误
This commit is contained in:
Quan
2026-01-07 20:15:38 +08:00
parent 086ff930e1
commit f68ac8477e
9 changed files with 40 additions and 31 deletions

View File

@@ -126,7 +126,7 @@ class XHS:
chunk=1024 * 1024,
max_retry=5,
record_data=False,
image_format="PNG",
image_format="JPEG",
image_download=True,
video_download=True,
live_download=False,