Commit Graph

7 Commits

Author SHA1 Message Date
DIYgod 7b65ba69bb
feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
Rongrong 816d29de46
fix(route/wechat/feeddd): obsolete domain (#12510)
* fix(route/wechat/feeddd): obsolete domain

Signed-off-by: Rongrong <i@rong.moe>

* Update lib/v2/wechat/radar.js
---------

Signed-off-by: Rongrong <i@rong.moe>
2023-05-15 03:16:43 +08:00
Tony 589ddb3a43
refactor(eslint): add back no-return-await (#11877)
* chore: add back no-return-await

* chore: fix action warning

* chore: fix all no-return-await
2023-02-16 04:30:05 +08:00
Yuan68 d5a952a55e
fix(route): 增加BBC和微信(feeddd获取)的favicon (#10649)
* Update index.js

* Update feeddd.js
2022-08-29 23:52:16 +08:00
Rongrong a79cc20ec1
feat(utils): add utils for WeChat MP (#9487)
Motivation:
There are multiple routes that need to fetch articles from WeChat MP.
However, letting them fetch articles by themselves could potentially
lead to cache key collisions. Even if cache key collisions do not occur,
un-normalized URL could potentially lead to duplicated requests.
What's more, articles from WeChat MP have weird formats and need to be
fixed. Creating a universal function to do this work can create some
ease for new route contributors.

Note:
In order to make this PR atomic as much as possible, I did not touch
those broken routes. Once this PR is merged, I will try to fix them.

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-04-07 21:46:15 +08:00
Rongrong c9d8450688
fix(route)(wechat/feeddd) (#8918)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-02-02 20:36:13 +08:00
Tony fd3a269a28
feat(route): add feeddd (#8535) 2021-11-27 09:04:24 +00:00