RSSHub/lib/routes/hellobtc/namespace.ts

8 lines
157 B
TypeScript

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