RSSHub/lib/routes/bluearchive/namespace.ts

9 lines
179 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Blue Archive',
url: 'bluearchive.jp',
categories: ['game'],
lang: 'ja',
};