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

export const namespace: Namespace = {
    name: '猿料',
    url: 'yuanliao.info',
    categories: ['bbs'],
    description: 'uTools 官方社区',
    lang: 'zh-CN',
};
