From 34884d8740250c67bf8ef844f25c8631e9b399a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=8C=82=E5=B3=B0?= Date: Mon, 11 Jul 2022 11:07:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E5=8F=96=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=97=B6,=20label=20=3D=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sunmao.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sunmao.tsx b/src/Sunmao.tsx index b157149..49d5c10 100644 --- a/src/Sunmao.tsx +++ b/src/Sunmao.tsx @@ -90,7 +90,7 @@ class Sunmao { rootTags.push({ ...root.info, value: root.info.id, - label: root.info.name, + label: root.info.title || root.info.name, }); } });