mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
* fix(route:aliyun/developer/group): 获取到的全是0 * Update lib/routes/aliyun/developer/group.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/routes/aliyun/developer/group.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * refactor: migrate to v2 * refactor: use cache.tryGet * fix: add radar * fix: article parsing
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
module.exports = {
|
|
'/database_month': ['junbaor'],
|
|
'/developer/group/:type': ['umm233'],
|
|
'/notice/:type?': ['muzea'],
|
|
};
|