RSSHub/lib/routes/hellobtc/namespace.ts

7 lines
138 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '白话区块链',
url: 'hellobtc.com',
};