mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
* fix: 修改 pubDate 为原文发布时间 * refactor(route): migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
module.exports = {
|
|
'/global/:lang/:type?': ['chengyuhui'],
|
|
'/zh/:type?': ['Kiotlin', 'ZeroClad', '15x15G'],
|
|
};
|