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

export const namespace: Namespace = {
    name: '南开大学',
    url: 'yzb.nankai.edu.cn',
    lang: 'zh-CN',
};
