RSSHub/lib/routes/hackertalk/namespace.ts

7 lines
146 B
TypeScript

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