mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* 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>
11 lines
310 B
JavaScript
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'],
|
|
};
|