RSSHub/lib/routes/techflowpost/namespace.ts

8 lines
161 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '深潮 TechFlow',
url: 'techflowpost.com',
lang: 'zh-CN',
};