Files
RSSHub/lib/v2/fx678/radar.js
Jiahao Lee 21e36b3b40 fix(route): blank results from fx678 (#12722)
* Fix kx.js to fetch the latest news

* make ESLint happy

* Use proper DateTime object

* fix runtime errors

* update `host` to avoid redirection

* refactor: migrate to v2

---------
2023-06-30 20:26:11 +08:00

14 lines
321 B
JavaScript

module.exports = {
'fx678.com': {
_name: '汇通网',
'.': [
{
title: '7x24 小时快讯',
docs: 'https://docs.rsshub.app/finance.html#hui-tong-wang',
source: ['/kx'],
target: '/fx678/kx',
},
],
},
};