feat: use indexDB instead of array filter
This commit is contained in:
@@ -36,7 +36,7 @@ export interface RecipeItem {
|
||||
/**
|
||||
* 工具
|
||||
*/
|
||||
tools?: string[]
|
||||
tools: string[]
|
||||
}
|
||||
|
||||
export type Recipes = RecipeItem[]
|
||||
|
||||
Reference in New Issue
Block a user