RSSHub/lib/routes/hypergryph/namespace.ts

9 lines
186 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '鹰角网络',
url: 'www.hypergryph.com',
categories: ['game'],
lang: 'zh-CN',
};