RSSHub/lib/routes/hackertalk/namespace.ts

8 lines
165 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'HACKER TALK 黑客说',
url: 'hackertalk.net',
lang: 'zh-CN',
};