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

export const namespace: Namespace = {
    name: 'fanbox',
    url: 'www.fanbox.cc',
    lang: 'zh-CN',
};
