Skip to content

Commit

Permalink
feat: 提取标签时, label = title
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Jul 11, 2022
1 parent 55d7192 commit 34884d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sunmao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
});
Expand Down

0 comments on commit 34884d8

Please sign in to comment.