RSSHub/lib/routes/chaincatcher/namespace.ts

8 lines
168 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '链捕手 ChainCatcher',
url: 'chaincatcher.com',
lang: 'zh-CN',
};