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

export const namespace: Namespace = {
    name: '中国智库网',
    url: 'www.chinathinktanks.org.cn',
    lang: 'zh-CN',
};
