RSSHub/lib/routes/ce/namespace.ts

9 lines
193 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '中国经济网',
url: 'www.ce.cn',
categories: ['traditional-media'],
lang: 'zh-CN',
};