Commit Graph

298 Commits

Author SHA1 Message Date
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
allcontributors[bot]
0406da9a1c docs: add YRYangang as a contributor for code (#465)
* docs: update README.md [skip ci]

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

* 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-02-28 00:40:37 +08:00
zy
fcbf554016 refactor: Private bool → Visibility string 支持多种可见范围 (#464)
* docs: 更新 API 文档以包含 private 参数的用途和可选性。

* refactor: visibility 功能从 Private bool 重构为 Visibility string

将发布时可见范围参数从 `Private bool` 改为 `Visibility string`,
支持三种选项:公开可见(默认)、仅自己可见、仅互关好友可见。

- 使用精确 CSS selector 替代遍历 span/label/div 的宽泛选择器
- 新增参数校验,不支持的选项直接返回错误
- 更新 API 文档和 MCP jsonschema 描述
- 与 upstream IsOriginal(原创声明) 功能共存

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: yryangang <dd101bb@qq.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 00:37:47 +08:00
allcontributors[bot]
7d87b9e5ee docs: add yqdaddy as a contributor for code (#463)
* docs: update README.md [skip ci]

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

* 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-02-27 15:15:37 +00:00
zy
5d22c52c2c Merge pull request #458 from yqdaddy/main
feat: 添加小红书发布原创声明功能
2026-02-27 23:13:55 +08:00
Daily-AC
88018a8663 feat: Read XHS_PROXY environment variable and apply to browser
- Read XHS_PROXY from environment in NewBrowser()
- Pass proxy to headless_browser via WithProxy option
- Add secure logging (mask credentials with ***)
- Fully backward compatible (no proxy set = no change)

Fixes XHS_PROXY not being applied to Chrome browser, which
caused all requests to bypass the proxy and get blocked.
2026-02-27 19:55:17 +08:00
liangzx
c22e8758ed feat: 添加小红书发布原创声明功能 2026-02-27 17:03:38 +08:00
zy
c596ab1be3 Merge pull request #453 from xpzouying/update-wechat-qr
docs: update wechat qr
2026-02-25 23:27:04 +08:00
zy
5536014ff4 docs: update wechat qr 2026-02-25 23:25:28 +08:00
zy
7f94dad497 Merge pull request #452 from xpzouying/fix/remove-changelog
chore: 删除自动生成的 CHANGELOG.md
2026-02-25 23:20:25 +08:00
zy
53a0f16d0e chore: 删除自动生成的 CHANGELOG.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 23:20:05 +08:00
kimi-agent-bot[bot]
a5f6cafa56 chore: 添加 CHANGELOG.md (v2026.02.25.1452-8cafba9) 2026-02-25 14:58:24 +00:00
zy
8cafba9c00 Merge pull request #450 from xpzouying/ci/add-kimi-agent-config
ci: 添加 kimi-agent 自动化配置
2026-02-25 22:52:26 +08:00
zy
98c319b1c2 ci: 添加 kimi-agent 自动化配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 22:51:57 +08:00
zy
e78078ca8d Add WeChat group 15 section to README 2026-02-25 20:49:30 +08:00
zy
3b56da7e84 Update README with real-name authentication note
Clarify the requirement for real-name authentication after triggering a notification.
2026-02-24 21:35:14 +08:00
zy
16b6157b53 Merge pull request #447 from xpzouying/xhs-warning
Update README with account login and risk information
2026-02-24 21:32:53 +08:00
zy
af545ff52f Update README with account login and risk information
Added important notes regarding account login restrictions and risks associated with the project.
2026-02-24 21:32:20 +08:00
zy
2ecba43170 Merge pull request #446 from xpzouying/update-feishu-qr
docs: 优化社区群二维码排版
2026-02-24 21:21:07 +08:00
zy
c05c59c1e7 docs: 优化社区群二维码排版
将微信群和飞书群分为独立表格,飞书群一行四列展示,
并添加二维码更新和群满的注意事项。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 21:18:32 +08:00
zy
b91c9ffc92 Update README.md 2026-02-24 21:08:07 +08:00
zy
45b5bd9598 Update WeChat QR code in README 2026-02-23 20:08:22 +08:00
prehisle
36ca181c8b fix: avoid tag popup blocking after content input 2026-02-18 23:15:26 +08:00
zy
abe2afa958 Merge pull request #428 from xpzouying/claude/update-english-readme-qbknn
docs: 添加 akia 2026-02-17 赞赏记录 +9.99
2026-02-18 13:10:47 +08:00
Claude
cbbbc70925 docs: 添加 akia 2026-02-17 赞赏记录 +9.99
更新 DONATIONS.md 捐赠列表、README 和 README_EN 徽章数字。

https://claude.ai/code/session_01LhdCA5vgHg9CtqrAc9odWR
2026-02-18 05:07:16 +00:00
zy
fe7ea21a3f Update English README to match Chinese version (#427)
- Update contributors badge count from 17 to 22
- Update inspector config image to use GitHub assets URL
- Add note about checking sidebar options in MCP inspector
- Add `claude mcp list` command in Claude Code CLI sections
- Add complete FAQ section (Section 2.5)
- Update WeChat group number from 10 to 14 with new QR code
- Add 5 missing contributors: flippancy, Infinityay, Bryan Thompson, tan jun, coldmountain
- Update Special Thanks section to include tanxxjun321 and Angiin

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-17 23:00:16 +08:00
zy
3734daf95f Merge pull request #426 from xpzouying/docs/update-donations-2026-02-17
docs: 添加 2026-02-17 捐赠记录
2026-02-17 22:25:41 +08:00