Files
RSSHub/lib/v2/ff14/maintainer.js
ZeroClad 0eb8c08a96 fix(route): ff14 修改 pubDate 为原文发布时间 (#7234)
* fix: 修改 pubDate 为原文发布时间

* refactor(route): migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-16 05:22:05 +08:00

5 lines
119 B
JavaScript

module.exports = {
'/global/:lang/:type?': ['chengyuhui'],
'/zh/:type?': ['Kiotlin', 'ZeroClad', '15x15G'],
};