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

export const namespace: Namespace = {
    name: '小专栏',
    url: 'xiaozhuanlan.com',
    lang: 'zh-CN',
};
