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

export const namespace: Namespace = {
    name: '中国计算机职业技术资格考试',
    url: 'www.ruankao.org.cn',
};
