refactor md2Redbook skill with themes and paging

This commit is contained in:
ZhangJia
2026-01-29 15:52:15 +08:00
parent 04a17ed78a
commit 13add64b8b
47 changed files with 3209 additions and 615 deletions

View File

@@ -1,16 +1,17 @@
# 小红书笔记创作技能 - Python 依赖
# 小红书笔记创作技能依赖
# Markdown 解析
# Markdown 处理
markdown>=3.4.0
# YAML 解析
PyYAML>=6.0
# 图片渲染 (使用 Playwright)
# 浏览器自动化(渲染图片)
playwright>=1.40.0
# 小红书 API 客户端
xhs
# 小红书发布
xhs>=0.4.0
# 环境变量加载
# 环境变量管理
python-dotenv>=1.0.0
# HTTP 请求API 模式)
requests>=2.28.0