RSSHub/lib/routes/bfl/namespace.ts

10 lines
294 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: 'BFL AI',
url: 'bfl.ai',
categories: ['multimedia'],
description: '来自黑森林实验室bfl.ai的公告和更新这是一个前沿的人工智能实验室。',
lang: 'en',
};