docs: 更新 README 文件,添加无头模式和非无头模式的运行示例

This commit is contained in:
zy
2025-08-17 15:06:50 +08:00
parent 86224dcaa3
commit cfaee894f5

View File

@@ -29,6 +29,11 @@ go run cmd/login/main.go
启动 xiaohongshu-mcp 服务。
```bash
# 默认:无头模式,没有浏览器界面
go run .
# 非无头模式,有浏览器界面
go run . -headless=false
```