Skip to content

Commit 4d48a7f

Browse files
committed
💚 重新配置Configure
1 parent 050c19a commit 4d48a7f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

configuration.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,11 @@
8383
"label_extractor": [
8484
{
8585
"pattern": "(.+) (.+)",
86-
"target": "- **$1",
86+
"target": "$1",
8787
"on_property": "title"
8888
}
8989
],
90-
"transformers": [
91-
{
92-
"pattern": "(.+) (.+)",
93-
"target": "- **$2"
94-
}
95-
],
90+
"transformers": [],
9691
"duplicate_filter": {
9792
"pattern": ".+",
9893
"on_property": "title",

0 commit comments

Comments
 (0)