docs: add credits section to READMEs
This commit is contained in:
parent
691a9c2272
commit
b4e319ba8f
|
|
@ -960,6 +960,15 @@ This skill uses a reverse-engineered X (Twitter) API.
|
||||||
- First use requires consent acknowledgment
|
- First use requires consent acknowledgment
|
||||||
- Authentication via environment variables or Chrome login
|
- 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
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
|
|
@ -960,6 +960,15 @@ HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 /baoyu-danger
|
||||||
- 首次使用需确认免责声明
|
- 首次使用需确认免责声明
|
||||||
- 通过环境变量或 Chrome 登录进行身份验证
|
- 通过环境变量或 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
|
MIT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue