mirror of
https://github.com/worryzyy/HowToCook-mcp.git
synced 2026-06-04 21:05:55 +08:00
fix: update DXT
This commit is contained in:
parent
a3dade30ac
commit
122ccae515
Binary file not shown.
@ -1,8 +1,7 @@
|
||||
import { Recipe } from '../types/index.js'
|
||||
|
||||
// 远程菜谱JSON文件URL
|
||||
const RECIPES_URL =
|
||||
'https://cdn.jsdelivr.net/gh/worryzyy/HowToCook@mcp/recipes.json'
|
||||
const RECIPES_URL = 'https://weilei.site/all_recipes.json'
|
||||
|
||||
// 从远程URL获取数据的异步函数
|
||||
export async function fetchRecipes(): Promise<Recipe[]> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user