Skip to content

Commit

Permalink
mod: 更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jun 6, 2024
1 parent 57bc03c commit 12eca8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hooks/web/useCrudSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ interface AllSchemas {
detailSchema: DescriptionsSchema[]
}

// 过滤所有结构
/**
* @deprecated 不推荐使用,感觉过于繁琐,不是很灵活 可能会在某个版本中删除
*/
export const useCrudSchemas = (
crudSchema: CrudSchema[]
): {
Expand Down

0 comments on commit 12eca8f

Please sign in to comment.