import type { Namespace } from '@/types';

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