Commit Graph

338 Commits

Author SHA1 Message Date
tan jun
40a484ebc8 docs: Update WeChat group information in README (#557) 2026-03-09 18:10:26 +08:00
allcontributors[bot]
5539b9fce7 docs: add blablabiu as a contributor for code (#551)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2026-03-09 14:05:55 +08:00
Xinhao Chen
0e16f4b825 Codex/fix flaky anti hotlink test (#550)
* test: remove network dependency from anti-hotlink test

* test: add optional external anti-hotlink integration test

---------

Co-authored-by: cxh <cxh@example.com>
2026-03-09 14:05:11 +08:00
zy
38be3bad11 docs: 新增 3 月赞赏记录(勇敢的心 ¥19.99) (#544)
- 3 月合计 ¥89.95,累计收到 ¥1365.88
- 同步更新 README/README_EN 爱心汇聚 badge

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 22:19:36 +08:00
zy
5c8a6cc6dd docs: 更新 2026 年 3 月赞赏记录 (#538)
- 新增 3 笔赞赏:之乎者也、质数的孤独、无名大侠
- 3 月合计 ¥69.96,累计收到 ¥1345.89
- 同步更新 README/README_EN 爱心汇聚 badge

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:18:45 +08:00
zy
8ce415f0eb docs: 更新 2026 年 2 月捐赠记录及 badge (#537)
- 更新 2 月捐出金额 ¥310,捐赠给腾讯慈善「重疾儿童协助」
- 累计捐赠更新为 ¥1610
- 截图格式统一为 HTML table 并排展示
- 同步更新 README/README_EN 的善款已捐 badge

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:08:54 +08:00
zy
c294829e1b Merge pull request #536 from xpzouying/xpzouying-patch-1
Update DONATIONS.md with new donation entry
2026-03-08 17:05:14 +08:00
zy
f140de74a7 Update DONATIONS.md with new donation entry
Added donation screenshot and updated donation record.
2026-03-08 17:04:47 +08:00
zy
cbd592c357 Merge pull request #535 from xpzouying/xpzouying-patch-1
Update DONATIONS.md with screenshot record
2026-03-08 16:58:18 +08:00
zy
0da08db195 Update DONATIONS.md with screenshot record
Added donation screenshot record to the donations log.
2026-03-08 16:57:58 +08:00
tan jun
4d67052262 docs: Add Star History section to README
Added Star History section with a chart link.
2026-03-08 14:18:55 +08:00
tan jun
438d70f592 docs: Enhance README structure and content (#534)
Updated README to improve clarity and organization of information regarding project usage and resources.
2026-03-08 14:15:46 +08:00
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