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

export const namespace: Namespace = {
    name: '北京航空航天大学',
    url: 'news.buaa.edu.cn',
    lang: 'zh-CN',
};
