RSSHub/lib/routes/chlinlearn/namespcae.ts

7 lines
161 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'chlinlearn的技术博客',
url: 'daily-blog.chlinlearn.top',
};