RSSHub/lib/routes/chaincatcher/namespace.ts

7 lines
149 B
TypeScript

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