From 198329061e61d172d4cf24d3476b296c19f560aa Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sat, 23 Mar 2024 19:03:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202570=20=E3=80=90AI=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E6=9F=A5=E9=87=8D--=E8=87=AA=E5=AE=9A=E4=B9=89=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E3=80=91=E8=87=AA=E5=AE=9A=E4=B9=89=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=80=BC=E4=B8=8ERp=E8=A6=81=E6=B1=82?= =?UTF-8?q?=E4=B8=8D=E7=AC=A6=EF=BC=8C=E5=B0=91=E4=B8=80=E4=B8=AA=E7=9B=B8?= =?UTF-8?q?=E4=BC=BC=E5=BA=A6=E9=98=99=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/aside.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/aside.ts b/src/config/aside.ts index 3d3aec4..6e339ea 100644 --- a/src/config/aside.ts +++ b/src/config/aside.ts @@ -45,7 +45,7 @@ export const asideMap: Recordable = { izsimilarity: { label: '相似度阈值', defaultValue: [0, 100], - isDefaultFilter: false, + isDefaultFilter: true, key: 'izsimilarity', component: SimilarityVue, },