feat(route): add 美食天下菜谱 (#16744)

* feat(route): add 美食天下菜谱

* fix pubDate and updated
This commit is contained in:
Ethan Shen
2024-09-15 00:32:11 +08:00
committed by GitHub
parent 1418f35d7b
commit cba88e1aab
2 changed files with 2005 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: '美食天下',
url: 'meishichina.com',
categories: ['new-media'],
description: '',
};