From b4e319ba8fb88fb9cd95521d8100b355d0e9d919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 8 Mar 2026 13:07:18 -0500 Subject: [PATCH] docs: add credits section to READMEs --- README.md | 9 +++++++++ README.zh.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 5929dde..b7f88dd 100644 --- a/README.md +++ b/README.md @@ -960,6 +960,15 @@ This skill uses a reverse-engineered X (Twitter) API. - First use requires consent acknowledgment - Authentication via environment variables or Chrome login +## Credits + +This project was inspired by and builds upon the following open source projects: + +- [x-article-publisher-skill](https://github.com/wshuyi/x-article-publisher-skill) by [@wshuyi](https://github.com/wshuyi) — Inspiration for the X article publishing skill +- [doocs/md](https://github.com/doocs/md) by [@doocs](https://github.com/doocs) — Core implementation logic for Markdown to HTML conversion +- [High-density Infographic Prompt](https://waytoagi.feishu.cn/wiki/YG0zwalijihRREkgmPzcWRInnUg) by AJ@WaytoAGI — Inspiration for the infographic skill +- [qiaomu-mondo-poster-design](https://github.com/joeseesun/qiaomu-mondo-poster-design) by [@joeseesun](https://github.com/joeseesun)(乔木) — Inspiration for the Mondo style + ## License MIT diff --git a/README.zh.md b/README.zh.md index 8d1a875..4c5099b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -960,6 +960,15 @@ HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 /baoyu-danger - 首次使用需确认免责声明 - 通过环境变量或 Chrome 登录进行身份验证 +## 致谢 + +本项目受到以下开源项目的启发,感谢它们的作者: + +- [x-article-publisher-skill](https://github.com/wshuyi/x-article-publisher-skill) by [@wshuyi](https://github.com/wshuyi) — 发布 X 文章技能的灵感来源 +- [doocs/md](https://github.com/doocs/md) by [@doocs](https://github.com/doocs) — Markdown 转 HTML 的核心实现逻辑 +- [高密度信息图 Prompt](https://waytoagi.feishu.cn/wiki/YG0zwalijihRREkgmPzcWRInnUg) by AJ@WaytoAGI — 信息图技能的灵感来源 +- [qiaomu-mondo-poster-design](https://github.com/joeseesun/qiaomu-mondo-poster-design) by [@joeseesun](https://github.com/joeseesun)(乔木) — Mondo 风格的灵感来源 + ## 许可证 MIT