RSSHub/lib/routes/chiphell/namespace.ts

8 lines
154 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Chiphell',
url: 'www.chiphell.com',
lang: 'zh-CN',
};