修复 NDX 日期解析和网络重试

This commit is contained in:
2026-06-06 13:04:47 +08:00
parent 792922e06f
commit e2af2eff79
3 changed files with 88 additions and 3 deletions
+4
View File
@@ -16,6 +16,10 @@ network:
proxy_url: ""
# auto 会在 https 代理或环境代理场景下使用 curl。
transport: auto
# curl 经代理访问时默认使用 HTTP/1.1,并对瞬时网络错误重试 2 次。
curl_http1_1: true
curl_retry_count: 2
curl_retry_delay_seconds: 1
qqbot:
appid: "用户填写"