RSSHub/lib/routes/hexun/namespace.ts

9 lines
169 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '和讯网',
url: 'hexun.com',
description: '',
lang: 'zh-CN',
};