tan jun
|
6fb866a7db
|
docs: Update WeChat QR code image in README
Updated WeChat group images in README.
|
2026-08-20 18:25:04 +08:00 |
|
zy
|
6583124dfd
|
docs: 纳管 README_EN 到 all-contributors,并修正名单与微信群二维码 (#806)
* docs(contributors): 纳管 README_EN 并修正名单
- .all-contributorsrc 的 files 增加 README_EN.md:此前机器人只重写
README.md,导致英文版一直漂移(badge 已差到 28 vs 27)
- triepod-ai 改名为 bryankthompson:该账号已改名,旧用户名被无关用户
抢注,名单里的 commits?author=triepod-ai 链接指向了陌生人
- 补充 ZhuYichuan(openlts):PR #666 修复发布图文找不到上传 TAB,
+36/-1,此前遗漏
两个 README 的贡献者表格现已逐字节一致,共 29 人。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* docs(en): 同步微信群二维码至 25/26 群
8f2d489 与 da9ba03 两次更新只改了 README.md,英文版仍停在 24/25 群,
旧二维码可能已满或过期。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
|
2026-08-13 14:13:15 +08:00 |
|
allcontributors[bot]
|
5efd16001e
|
docs: add qiuxsgit as a contributor for code (#804)
* 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-08-13 11:52:30 +08:00 |
|
qiuxsgit
|
16ec75c7a3
|
feat(auth): 为 HTTP API 和 MCP 接口增加可选 Token 鉴权 (#803)
为 /api/v1/* 与 /mcp 增加可选的静态 Bearer Token 鉴权,默认关闭以保持向后兼容。
- 通过 AUTH_TOKEN 环境变量或 -token 启动参数配置,非空参数优先
- /health 与 CORS OPTIONS 预检保持公开
- scheme 大小写不敏感,仅对 credentials 做常量时间比较
- Token 不出现在日志、错误响应与 -h 帮助输出中
- 补充中英文 README、docs/API.md 与 Docker 文档
|
2026-08-13 11:42:30 +08:00 |
|
tan jun
|
da9ba0365e
|
docs: Update WeChat QR code image in README
|
2026-08-10 20:40:42 +08:00 |
|
tan jun
|
8f2d48968f
|
docs: Update WeChat QR code image in README
|
2026-07-31 16:13:14 +08:00 |
|
zy
|
e7098e57b4
|
docs: 添加 Apache-2.0 许可证 (#773)
仓库此前没有 LICENSE 文件。这不是「随便用」,法律上默认保留全部权利——
严格讲任何人都未获使用授权,与项目实际在做的事(接受 PR、发布 Release
和镜像、扩大使用面)相互矛盾,也确实挡住了需要走合规审查的公司用户。
选 Apache-2.0 而非 MIT,主要是它明确写了专利授权(第 3 条),企业法务
审查时不必留空白;其次是免责条款里「即使已被告知存在此类损害的可能性」
一句,对本项目的使用场景更贴合。
LICENSE 为规范全文,仅填入版权行。README 补一节说明,并写明贡献默认
按同一许可证授权。
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
|
2026-07-28 02:13:17 +08:00 |
|
zy
|
59762c8e46
|
fix: 不再发布无法启动的平台二进制 (#758)
darwin/amd64 与 linux/arm64 没有可用的内置浏览器,二进制下载下来一启动
就会因为拿不到浏览器而退出。发一个必定失败的文件比不发更糟。
- tag-release.yml 停止构建与上传这两个平台
- README / README_EN 的下载列表删掉对应条目,并注明支持范围
test.yml 的五平台交叉编译保留:那是代码健康检查,与是否发布无关。
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
|
2026-07-26 22:14:51 +08:00 |
|
zy
|
a49e7c5129
|
fix: Star History 图表改为 star-history 数据分支发布 (#740)
main 有 require-PR 保护规则, bot 无法直接 push;
图表由 workflow force-push 到独立数据分支(只含图表文件),
README 引用其 raw URL, main 从此无需 bot 提交。
内置 GITHUB_TOKEN 经 GraphQL 回退已验证可用, 无需 PAT secret。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-21 21:47:17 +08:00 |
|
zy
|
9198f21389
|
fix: README Star History 图表改为自托管生成 (#738)
star-history.com 因 GitHub 2026-06-30 限制 stargazers API 而失效
(官方 issue star-history/star-history#539), 全生态托管图表均不可用。
改为自研 xpzouying/star-history Action 每周在 CI 内用仓库自身
GITHUB_TOKEN 生成静态 SVG (亮/暗双版), README 用 picture 标签自适应主题。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-21 20:57:17 +08:00 |
|
zy
|
a7d1f2f7f4
|
feat: 内置浏览器自动下载 + 交互拟人化 + 写操作诚实校验 (#737)
内置浏览器:首次运行自动从自建 CDN 下载并校验 SHA256,免手动装 Chrome;
Docker 构建时烤入镜像;支持 Windows 运行画像;每账号可固定 XHS_FP_SEED。
交互拟人化:评论/回复、点赞/收藏、发布图文与视频、feed 浏览、搜索筛选的
点击/输入/停顿改为更接近真人的时序与轨迹(log-normal 延迟、逐字输入、
贝塞尔鼠标),统一走 humanize 包,预留 Provider 注入点。
诚实校验:写操作提交后回读真实结果(评论是否渲染、点赞状态是否翻转、
发布是否跳转发布成功页),消除“点了没报错就算成功”的假成功;
check_login_status 加超时保护;原创声明失败不再静默照发。
分发:内置浏览器走自建 CDN(cdn.one-world.ai)。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-20 15:01:23 +08:00 |
|
tan jun
|
492cf008a1
|
docs: Update WeChat QR code image in README (#736)
|
2026-07-20 11:52:23 +08:00 |
|
tan jun
|
5c5197d686
|
docs: Update WeChat QR code image in README
|
2026-06-29 10:07:48 +08:00 |
|
tan jun
|
aa39271e8d
|
docs: Update WeChat QR code image in README
|
2026-06-23 10:03:10 +08:00 |
|
tan jun
|
ec9b84b88e
|
docs: Update WeChat QR code image in README
|
2026-06-15 18:45:47 +08:00 |
|
tan jun
|
5c43e3d48e
|
feat: use CloakBrowser in Docker images (#714)
|
2026-06-12 22:02:48 +08:00 |
|
tan jun
|
07ab1b68de
|
docs: Update WeChat QR code image in README
|
2026-06-07 07:57:01 +08:00 |
|
tan jun
|
cebe4e3f19
|
docs: Update WeChat QR code image in README
|
2026-05-29 20:50:29 +08:00 |
|
tan jun
|
aff668fef5
|
docs: Update WeChat QR code image in README
|
2026-05-22 20:06:58 +08:00 |
|
tan jun
|
edfcc6acd4
|
docs: Update WeChat group images in README
|
2026-04-27 10:53:11 +08:00 |
|
tan jun
|
95b695fe17
|
docs: Update WeChat group information in README
|
2026-04-15 11:56:06 +08:00 |
|
zy
|
773204441b
|
docs: 更新 2026 年 3-4 月赞赏记录 (#646)
* docs: 更新 2026 年 3-4 月赞赏记录及 README badge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update DONATIONS.md with images and project details
Added donation images and project introduction.
* docs: 更新 3 月捐赠金额及截图排版
- 3 月捐出 ¥200,累计捐赠 ¥1610 → ¥1810
- 格式化捐赠截图为 table 布局
- 同步更新中英文 README badge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-10 00:45:01 +08:00 |
|
tan jun
|
9d9839130b
|
docs: Update WeChat group images in README.md
|
2026-04-03 23:07:36 +08:00 |
|
tan jun
|
b3e0efcc11
|
docs: Update WeChat group information in README
|
2026-03-21 20:23:07 +08:00 |
|
allcontributors[bot]
|
7364a9f52f
|
docs: add blablabiu as a contributor for doc, and code (#552)
* 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-10 01:00:19 +08:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
zy
|
d00b58d5cb
|
docs: add openclaw
|
2026-03-04 02:58:28 +08:00 |
|
tan jun
|
90022970a4
|
docs: update wechat qr
|
2026-03-03 21:16:53 +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
|
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 |
|
allcontributors[bot]
|
cf397e441f
|
docs: update README.md [skip ci]
|
2026-02-28 17:20:55 +00:00 |
|
allcontributors[bot]
|
ea8ddc6808
|
docs: update README.md [skip ci]
|
2026-02-28 17:20:18 +00: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 |
|
Angiin
|
8a874769bd
|
Update README.md
add opencode tutorial
|
2026-02-28 22:16:17 +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
|
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 |
|