Commit Graph

326 Commits

Author SHA1 Message Date
Angiin
47ef69a86b 更新文档中的 xiaohongshu-skills 链接错误
修复 xiaohongshu-skills 超链接指向了 xiaohongshu-mcp-skills 的问题
2026-03-06 12:25:50 +08:00
Angiin
e4a88505de docs:完善 Openclaw 的相关文档
完善 Openclaw 的文档内容,提供 xiaohongshu-mcp-skills 和 xiaohongshu-skills 两种方案。
2026-03-06 10:12:04 +08:00
tan jun
499bcbec88 Merge pull request #512 from xpzouying/docs/update-qr-code
docs: update wechat qr.
2026-03-05 20:48:03 +08:00
tanjun
88f3c7967a docs: update wechat qr. 2026-03-05 20:42:23 +08:00
tan jun
62b01795cb docs: update wechat qr (#510)
updated WeChat group information and image link in README.
2026-03-05 20:25:15 +08:00
tanjun
373bf2dd73 docs: readme.md 中加入商品绑定功能的相关字段描述。 2026-03-04 11:02:54 +08:00
tanjun
db81fd8f80 fix: 修复商品绑定后卡住在等待弹窗关闭的问题
- 使用 page.Has 替代 page.Element 检测弹窗关闭,避免阻塞等待
- 简化 clickModalSaveButton,找不到按钮时不返回错误,继续执行
- 删除未使用的 clickConfirmButton 函数
- 添加详细日志输出便于调试
- 商品绑定完成后增加 1 秒等待时间

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 10:24:32 +08:00
tanjun
e7004fe1d5 fix: 修复商品绑定功能无法选择商品的问题
- 更新商品选择器: .goods-item .d-checkbox → .goods-list-normal .good-card-container .d-checkbox
- 更新 Loading 选择器: .d-loading → .goods-list-loading
- 更新商品列表选择器: .goods-item → .goods-list-normal .good-card-container
- 使用 page.Keyboard.Press 替代 searchInput.MustKeyActions 触发搜索
- 添加已选中状态检查,避免重复点击取消选中
- 添加随机延迟 800-1500ms 模拟人为操作
- 缩短轮询间隔至 100ms,更快响应
- 优化日志输出

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 10:24:32 +08:00
tanjun
d092830b67 feat: 添加商品绑定功能
- 在图文发布和视频发布流程中集成商品绑定功能
- 新增 Products 字段到发布请求结构体
- 实现 go-rod 原生商品绑定函数(bindProducts)
- 商品绑定失败将阻断发布流程并返回具体错误信息

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 10:24:32 +08:00
zy
bc7fc864b5 Merge pull request #497 from xpzouying/update-readme-add-openclaw
docs: add openclaw
2026-03-04 02:59:06 +08:00
zy
d00b58d5cb docs: add openclaw 2026-03-04 02:58:28 +08:00
zy
fa6bc02192 Merge pull request #399 from Angiin/feature-add
Feature add post-to-xhs 发布技能
2026-03-04 00:14:48 +08:00
zy
0ef9812ea8 Merge pull request #496 from xpzouying/update-wechat-qr
docs: update wechat qr
2026-03-03 21:39:27 +08:00
tan jun
90022970a4 docs: update wechat qr 2026-03-03 21:16:53 +08:00
zy
cca21733bd Merge pull request #489 from xpzouying/docs/update-readme-en-mcp-tools
docs: update README_EN MCP Tools to match README (13 tools)
2026-03-02 21:03:05 +08:00
zy
47e99b6a66 docs: update README_EN MCP Tools to match README (13 tools with full params)
- Add 3 new feature descriptions: Reply to Comments, Like/Unlike, Favorite/Unfavorite
- Expand MCP tools list from 8 to 13, adding get_login_qrcode, delete_cookies,
  reply_comment_in_feed, like_feed, favorite_feed
- Add missing parameters for publish_content, publish_with_video, search_feeds,
  get_feed_detail
- Fix MCP Inspector tool count (6 → 13)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:00:12 +08:00
zy
2ffbc1bb5e Merge pull request #484 from xpzouying/docs/update-readme-mcp-tools
docs: 更新 README MCP Tools 文档,补全 13 个工具及参数
2026-03-02 20:40:28 +08:00
zy
33327902de docs: 更新 README MCP Tools 文档,补全 13 个工具及参数
- 主要功能区域新增 3 个功能介绍:回复评论、点赞/取消点赞、收藏/取消收藏
- MCP 工具列表从 8 个补全至 13 个,新增 get_login_qrcode、delete_cookies、
  reply_comment_in_feed、like_feed、favorite_feed
- 补全已有工具的参数说明:publish_content、publish_with_video、search_feeds、
  get_feed_detail 的可选参数
- 修正 MCP Inspector 工具数量描述(6 → 13)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 01:56:07 +08:00
zy
ed7e493c97 Merge pull request #483 from xpzouying/docs/split-donations-by-year
docs: 按年度拆分捐赠记录
2026-03-02 01:39:55 +08:00
zy
33e7292601 docs: 按年度拆分捐赠记录,2025 年数据归档
- DONATIONS.md 保留当前年度(2026)明细 + 历史年份索引
- 新建 donate/DONATIONS2025.md 归档 2025 年数据
- 便于每年维护,打开主文件即可查看当前年度记录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 01:36:17 +08:00
zy
f697ed79f2 Merge pull request #482 from xpzouying/docs/update-donations-2026-03
docs: 更新捐赠记录(2月新增3笔,新建3月)
2026-03-01 23:00:04 +08:00
zy
072208da8e docs: 更新捐赠记录(2月新增3笔,新建3月)
- 2月新增:@_@ ¥5、小小酷 ¥1、陈志 ¥200,月合计 ¥305.98
- 新建3月:黄蕾 SQUASH ¥9.99
- 累计赞赏更新为 ¥1285.92
- 同步更新 README/README_EN 徽章

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:57:06 +08:00
zy
4199ce9eeb Merge pull request #478 from xpzouying/all-contributors/add-prehisle
docs: add prehisle as a contributor for code
2026-03-01 01:21:04 +08:00
allcontributors[bot]
3b828e57c4 docs: update .all-contributorsrc [skip ci] 2026-02-28 17:20:56 +00:00
allcontributors[bot]
cf397e441f docs: update README.md [skip ci] 2026-02-28 17:20:55 +00:00
allcontributors[bot]
30709074da docs: update .all-contributorsrc [skip ci] 2026-02-28 17:20:19 +00:00
allcontributors[bot]
ea8ddc6808 docs: update README.md [skip ci] 2026-02-28 17:20:18 +00:00
zy
8a7fe21b4b Merge pull request #430 from prehisle/fix/publish-tag-popup-stuck
fix: avoid tag popup blocking after content input
2026-03-01 01:19:48 +08:00
zy
d26b9ce025 Merge pull request #477 from xpzouying/add-contributing-guide
docs: 添加贡献指南
2026-03-01 00:11:35 +08:00
zy
f712f2076e docs: 添加贡献指南
新增 CONTRIBUTING.md(中英双语),规范 PR 提交流程:
- AI 生成代码需本地验证
- 演示截图需打码
- 禁止大量 JS 注入
- 一个 PR 只做一件事

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:11:04 +08:00
zy
7fefbc4433 Merge pull request #475 from xpzouying/update-claude-md
docs: update claude md
2026-02-28 22:43:10 +08:00
zy
31a80ecacc docs: update claude md
增加 PR 要求。
2026-02-28 22:42:37 +08:00
zy
3b543c79ba Merge pull request #474 from xpzouying/add-claude-github-actions-1772289284007
Add Claude Code GitHub Workflow
2026-02-28 22:37:01 +08:00
zy
7efa22d940 "Claude Code Review workflow" 2026-02-28 22:34:49 +08:00
zy
5d1993f9e9 "Claude PR Assistant workflow" 2026-02-28 22:34:47 +08:00
zy
36c01f0a56 Merge pull request #473 from Angiin/main
add opencode tutorial
2026-02-28 22:27:49 +08:00
Angiin
7209a2d5d7 Merge branch 'xpzouying:main' into main 2026-02-28 22:16:48 +08:00
Angiin
8a874769bd Update README.md
add opencode tutorial
2026-02-28 22:16:17 +08:00
zy
8a1317f42d Merge pull request #472 from Angiin/main
Update README.md
2026-02-28 21:57:29 +08:00
Angiin
310bedcd17 Update README.md
针对 OpenClaw 的教程进行优化
2026-02-28 21:54:14 +08:00
Angiin
285ff7347f Update README.md
增加 Openclaw 配置方法
2026-02-28 21:40:45 +08:00
tan jun
62a0facde0 Replace WeChat group 15 with group 16
Updated WeChat group information in README.
2026-02-28 16:25:31 +08:00
zy
df0227ae5d Merge pull request #466 from xpzouying/all-contributors/add-Daily-AC
docs: add Daily-AC as a contributor for code
2026-02-28 01:33:03 +08:00
zy
97a7b1e9ee Merge pull request #467 from xpzouying/chore/update-proxy-docs
chore: 更新 headless_browser 至 v0.3.0 并补充代理文档
2026-02-28 01:31:35 +08:00
zy
2f8af39aa1 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>
2026-02-28 01:30:19 +08:00
allcontributors[bot]
49bb7cda2d docs: update .all-contributorsrc [skip ci] 2026-02-27 17:29:25 +00:00
allcontributors[bot]
d9c5f8b9dd docs: update README.md [skip ci] 2026-02-27 17:29:24 +00:00
allcontributors[bot]
a0964c4264 docs: update .all-contributorsrc [skip ci] 2026-02-27 17:28:53 +00:00
allcontributors[bot]
56ee78c46a docs: update README.md [skip ci] 2026-02-27 17:28:52 +00:00
zy
3175d2e15a Merge pull request #461 from Daily-AC/feat/add-proxy-support
feat: Read XHS_PROXY environment variable and apply to browser
2026-02-28 01:27:57 +08:00