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

export const namespace: Namespace = {
    name: '中国气象局',
    url: 'weather.cma.cn',
    lang: 'zh-CN',
};
