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

export const namespace: Namespace = {
    name: '中国国家图书馆',
    url: 'read.nlc.cn',
    lang: 'zh-CN',
};
