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

export const namespace: Namespace = {
    name: 'CnGal',
    url: 'www.cngal.org',
    lang: 'zh-CN',
};
