mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
* fix: add summary field in JSON output format This fixes that the summary/description was not included in the feed. As a side-note, we cannot remove the content_html field even if only the summary/description is present. > content_html and content_text are each optional strings — but one or > both must be present. * test: add JSON view tests ---------