mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
* 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 ---------
14 lines
321 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|