RSSHub/lib/routes/openwrt/namespace.ts

8 lines
145 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'OpenWrt',
url: 'openwrt.org',
lang: 'en',
};