From a660e411159205dacb05443379572d9f862ca1c4 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 14 Nov 2023 18:16:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=86=E5=88=AB=E6=A0=87=E8=AF=86=20?= =?UTF-8?q?id/text=20=E7=9A=84=20quickFind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AttrCard.vue | 8 ++++++-- src/utils/types.ts | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/AttrCard.vue b/src/components/AttrCard.vue index b287371..3ec79ac 100644 --- a/src/components/AttrCard.vue +++ b/src/components/AttrCard.vue @@ -35,7 +35,6 @@ const attrDesc: Record = { depth: `在某些应用上可能造成无限节点错误`, id: `可快速查找`, text: `可快速查找`, - // TODO id 和 text 的 quickFind 属性应该分别标识 }; @@ -83,7 +82,12 @@ const attrDesc: Record = {