+
- 可做的所有菜
+ 模糊匹配
- 一起做一道菜
+ 精准匹配
diff --git a/src/stores/recipe.ts b/src/stores/recipe.ts
index de3105b..42f1e47 100644
--- a/src/stores/recipe.ts
+++ b/src/stores/recipe.ts
@@ -1,7 +1,7 @@
import { acceptHMRUpdate, defineStore } from 'pinia'
export const useRecipeStore = defineStore('recipe', () => {
- const strict = ref(true)
+ const strict = ref(false)
const curStuff = ref(new Set
())
const curTools = ref(new Set())