Commit Graph

6 Commits

Author SHA1 Message Date
tmwgsicp ee704f87b1 feat(rss): RSS支持完整文章内容+图片代理修复
核心功能:
1. RSS包含完整文章内容(图文混排),可在阅读器中直接阅读全文
2. 修复RSS图片显示问题,所有图片通过代理正常显示

技术实现:
- 新增content_processor处理文章内容,保持图文顺序
- 新增image_proxy统一处理图片URL代理
- 新增article_fetcher支持批量并发获取文章
- 使用SITE_URL环境变量(必需配置)
- 使用minidom+CDATA防止HTML被XML转义

配置要求:
- 必须在.env中配置SITE_URL(如http://IP:5000)
- 强烈建议配置PROXY_URLS避免账号风控

Made-with: Cursor
2026-03-07 21:47:21 +08:00
tmwgsicp 55bb0a6134 feat(rss): RSS支持完整文章内容+图片代理修复
核心功能:
1. RSS包含完整文章内容(图文混排),可在阅读器中直接阅读全文
2. 修复RSS图片显示问题,所有图片通过代理正常显示

技术实现:
- 新增content_processor处理文章内容,保持图文顺序
- 新增image_proxy统一处理图片URL代理
- 新增article_fetcher支持批量并发获取文章
- 使用SITE_URL环境变量(必需配置)
- 使用minidom+CDATA防止HTML被XML转义

配置要求:
- 必须在.env中配置SITE_URL(如http://IP:5000)
- 强烈建议配置PROXY_URLS避免账号风控

Made-with: Cursor
2026-03-07 20:18:44 +08:00
tmwgsicp a975b4afac docs: announce SaaS launch and add deployment guide
Made-with: Cursor
2026-02-26 10:50:21 +08:00
tmwgsicp fb903d8038 docs: update README with RSS screenshot and SaaS preview
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 15:03:24 +08:00
tmwgsicp 3d9cc480e9 feat: add RSS subscription, proxy pool and anti-fingerprint
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 14:19:06 +08:00
tmwgsicp 3c14b15c87 init: wechat-download-api v1.0.0
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 10:47:18 +08:00