Files
RSSHub/lib/v2/ccf/maintainer.js
tudou027 65eaa2a6d9 feat(route): 增加大数据专家委员会和中国人工智能学会新闻 (#11510)
* 增加大数据专家委员会和中国人工智能学会新闻

* 修复问题

* fix: add docs for `caai`

fix: maintainer does not with match with router

* fix: add docs for `ccf/tfbd`

fix: use raw output for `art-template`

fix: standardise use of `got`
not using `got()` in one place and `got.get()` in another place

* refactor: migrate to v2

---------
2023-02-28 00:21:26 +08:00

6 lines
139 B
JavaScript

module.exports = {
'/ccfcv/:channel/:category': ['elxy'],
'/news/:category?': ['nczitzk'],
'/tfbd/:caty/:id': ['tudou027'],
};