Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 15:21
· 253 commits to main since this release

🚀 新版本发布: v0.1.0

📋 更新内容

  • refactor: 优化发布流程 - PR 合并时触发,自动清理旧版本 (3b8abfe)

📦 下载说明

主程序(MCP 服务):

  • macOS Apple Silicon: xiaohongshu-mcp-darwin-arm64
  • macOS Intel: xiaohongshu-mcp-darwin-amd64
  • Windows x64: xiaohongshu-mcp-windows-amd64.exe
  • Linux x64: xiaohongshu-mcp-linux-amd64

登录工具:

  • macOS Apple Silicon: xiaohongshu-login-darwin-arm64
  • macOS Intel: xiaohongshu-login-darwin-amd64
  • Windows x64: xiaohongshu-login-windows-amd64.exe
  • Linux x64: xiaohongshu-login-linux-amd64

🔧 使用方法

# 1. 首先运行登录工具获取 cookie
./xiaohongshu-login-darwin-arm64

# 2. 然后启动 MCP 服务
./xiaohongshu-mcp-darwin-arm64

# 或指定参数
./xiaohongshu-mcp-darwin-arm64 -headless=false

⚠️ 注意事项

  • 首次运行时会自动下载无头浏览器(约 150MB),请确保网络连接正常
  • 后续运行无需重复下载浏览器
  • 登录工具生成的 cookie 保存在 ~/.xiaohongshu/cookies.json

📊 构建信息

  • Commit: 3b8abfe
  • Go Version: 1.24
  • Build Time: 2025-09-18T15:19:12Z