RSSHub/lib/routes/ups/namespace.ts

13 lines
369 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'UPS',
url: 'ups.com',
description: 'United Parcel Service (UPS) updates, news, and tracking RSS feeds.',
zh: {
name: 'UPS(联合包裹服务公司)',
description: '联合包裹服务公司UPS的更新、新闻和追踪 RSS 源。',
},
};