RSSHub/lib
Yufan You fb07a7f2e5
fix: add summary field in JSON output format (#20778)
* 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

---------
2025-12-30 21:57:51 +08:00
..
api feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
assets
errors feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
middleware feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
routes feat: revamp binance announcement route 2025-12-29 22:20:30 +08:00
routes-deprecated refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
utils feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
views fix: add summary field in JSON output format (#20778) 2025-12-30 21:57:51 +08:00
app-bootstrap.test.tsx feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
app-bootstrap.tsx style: auto format 2025-11-27 02:55:46 +00:00
app.test.ts style: auto format 2025-11-27 02:55:46 +00:00
app.ts
config.remote-error.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
config.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
config.ts style: auto format 2025-11-27 02:55:46 +00:00
entrypoints.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
index.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
index.ts style: auto format 2025-11-27 02:55:46 +00:00
pkg.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
pkg.ts style: auto format 2025-11-27 05:54:33 +00:00
registry.dynamic.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
registry.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
registry.ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
route-paths.d.ts fix(core): package mode (#20580) 2025-11-26 20:44:18 +08:00
router.js feat(route): add netflix (#20453) 2025-11-09 23:00:07 +08:00
routes.test.ts style: auto format 2025-11-27 02:55:46 +00:00
server.ts
setup.test.ts feat(tests): add comprehensive unit tests for various utility functions and views (#20779) 2025-12-29 17:34:48 +08:00
types.ts