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

export const namespace: Namespace = {
    name: 'Hong Kong Observatory',
    url: 'www.hko.gov.hk',
    categories: ['forecast'],
    description: '来自香港天文台的全球地震记录',
    lang: 'zh-HK',
};
