fix: update DXT

This commit is contained in:
worry 2025-07-05 19:48:23 +08:00
parent a3dade30ac
commit 122ccae515
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -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[]> {