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

export const namespace: Namespace = {
    name: '雪球',
    url: 'danjuanapp.com',
    lang: 'zh-CN',
};
