mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
* update zju/grs in university * refactor: migrate to v2 * fix: add radar * fix: not working routes * fix: add migration note * docs: remove N/A types from physics table * fix(radar): migrate old rules
9 lines
252 B
JavaScript
9 lines
252 B
JavaScript
module.exports = {
|
|
'/career/:type': ['Caicailiushui'],
|
|
'/cst/custom/:id': ['zwithz'],
|
|
'/cst/:type': ['yonvenne', 'zwithz'],
|
|
'/grs/:type': ['Caicailiushui'],
|
|
'/list/:type': ['Jeason0228'],
|
|
'/physics/:type': ['Caicailiushui'],
|
|
};
|