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

export const namespace: Namespace = {
    name: '知园',
    url: 'zhiy.cc',
    lang: 'zh-CN',
};
