Commit Graph

9 Commits

Author SHA1 Message Date
Andvari 8ce05e0feb
fix(route/udn): Remove control character to prevent JSON parser error. (#13478) 2023-10-07 11:06:32 +00:00
Andvari 383fb9f02f
fix(route): prevent `null` category in udn feed. (#13452) 2023-10-02 22:18:31 +00:00
Andvari 6b7949a96a
fix(route): Refine category for udn feed. (#13351) 2023-09-21 22:14:14 +08:00
github-actions[bot] 0d69ffde65 style: auto format 2023-09-06 13:10:57 +00:00
Andvari caa8800641
fix(route): prevent backspace character from breaking JSON parsing in udn (#13220)
* fix(route): prevent backspace character from breaking JSON parsing in udn.

* Update breaking-news.js
2023-09-06 21:08:34 +08:00
Andvari 38450ac42f
fix(route): fix typo in udn. (#13176)
* Update breaking-news.js

* style: add linebreaks

---------
2023-08-31 17:56:12 +08:00
DIYgod 7b65ba69bb
feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
Ethan Shen 66c884bd85
feat(route): add 聯合新聞網轉角國際 (#10938) 2022-09-29 22:03:19 +08:00
miles 9e1796944f
feat(route): add 聯合新聞網 (#10654)
* feat(route): add 聯合新聞網

* fix(route): concatenate the url correctly

* feat(route): fetch link name

* feat(route): description uses HTML instead of raw text

* feat(route): remove `from` search params from link

* feat(route): improve feed description readability

* fix(route): article was not properly parsed

* refactor(route): improve feed fetching
2022-08-31 10:16:56 +02:00