From 12eca8fa185f5714eb0e070097d46590e115c4d7 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Thu, 6 Jun 2024 10:39:13 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/web/useCrudSchemas.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hooks/web/useCrudSchemas.ts b/src/hooks/web/useCrudSchemas.ts index 722ddeb..8b83b58 100644 --- a/src/hooks/web/useCrudSchemas.ts +++ b/src/hooks/web/useCrudSchemas.ts @@ -39,7 +39,9 @@ interface AllSchemas { detailSchema: DescriptionsSchema[] } -// 过滤所有结构 +/** + * @deprecated 不推荐使用,感觉过于繁琐,不是很灵活 可能会在某个版本中删除 + */ export const useCrudSchemas = ( crudSchema: CrudSchema[] ): {