chore: 更新 headless_browser 至 v0.3.0 并补充代理配置文档

升级 headless_browser 依赖以支持 WithProxy,同时在 README 和
docker/README.md 中补充 XHS_PROXY 环境变量的使用说明。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zy
2026-02-28 01:30:19 +08:00
parent 3175d2e15a
commit 2f8af39aa1
4 changed files with 45 additions and 2 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.11.1
github.com/xpzouying/headless_browser v0.2.0
github.com/xpzouying/headless_browser v0.3.0
)
require (