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

export const namespace: Namespace = {
    name: '重庆工商大学',
    url: 'www.ctbu.edu.cn/',
    lang: 'zh-CN',
};
