Files
RSSHub/lib/v2/scnu/maintainer.js
Yuugata Shinonome 8c0c3d606b feat(route): add support for SCNU physics school announcements and news (#12345)
* add support for SCNU physics school announcements and news

* fix(route): SCNU physics school announcements and news, to pass ESLint test

* fix(route): add timezone support for  SCNU physics school announcements and news

* fix: style

* feat: add radar.js

* fix: a bug

* feat(route): add new route for SCNU physics school research news

* fix: update doc and maintainer.js

* fix: fix problems mentioned by TonyRL in PR #12345

* Update lib/v2/scnu/radar.js

fix

* Update lib/v2/scnu/radar.js

fix

* Update lib/v2/scnu/radar.js

fix

---------

Co-authored-by: shinonome <ziyau64@outlook.com>
2023-04-21 20:51:47 +08:00

11 lines
310 B
JavaScript

module.exports = {
'/cs/match': ['fengkx'],
'/jw': ['fengkx'],
'/library': ['fengkx'],
'/physics-school-announcements': ['Shinonome28'],
'/physics-school-news': ['Shinonome28'],
'/physics-school-research-news': ['Shinonome28'],
'/ss': ['shengmaosu'],
'/yjs': ['shengmaosu'],
};