Skip to content

Commit 12eca8f

Browse files
mod: 更新注释
1 parent 57bc03c commit 12eca8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hooks/web/useCrudSchemas.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ interface AllSchemas {
3939
detailSchema: DescriptionsSchema[]
4040
}
4141

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

0 commit comments

Comments
 (0)