RSSHub/lib/routes/shu/namespace.ts

9 lines
204 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '上海大学',
url: 'www.shu.edu.cn',
description: '上海大学相关网网站',
lang: 'zh-CN',
};