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

export const namespace: Namespace = {
    name: 'Readhub',
    url: 'readhub.cn',
    lang: 'zh-CN',
};
