feat: add ai generate recipe

This commit is contained in:
YunYouJun
2024-03-13 16:43:58 +08:00
parent d42e3cf65d
commit d25148c731
9 changed files with 297 additions and 1 deletions

View File

@@ -66,4 +66,9 @@ export interface StuffItem {
* 显示标签
*/
label?: string
/**
* 英文名称, for ai keyword
* @example 'potato'
*/
en?: string
}