RSSHub/lib/routes/hkepc/namespace.ts

7 lines
125 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'HKEPC',
url: 'hkepc.com',
};