RSSHub/lib/routes/hellogithub/namespace.ts

8 lines
156 B
TypeScript

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