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

export const namespace: Namespace = {
    name: 'imhcg的信息站',
    url: 'infos.imhcg.cn',
    description: '包含多种技术和新闻信息的网站',
    lang: 'zh-CN',
};
