mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
feat(route): add 美食天下菜谱 (#16744)
* feat(route): add 美食天下菜谱 * fix pubDate and updated
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
import type { Namespace } from '@/types';
|
||||
|
||||
export const namespace: Namespace = {
|
||||
name: '美食天下',
|
||||
url: 'meishichina.com',
|
||||
categories: ['new-media'],
|
||||
description: '',
|
||||
};
|
||||
Reference in New Issue
Block a user