Skip to content

Commit

Permalink
💚 重新配置Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Nov 10, 2023
1 parent 050c19a commit 4d48a7f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,11 @@
"label_extractor": [
{
"pattern": "(.+) (.+)",
"target": "- **$1",
"target": "$1",
"on_property": "title"
}
],
"transformers": [
{
"pattern": "(.+) (.+)",
"target": "- **$2"
}
],
"transformers": [],
"duplicate_filter": {
"pattern": ".+",
"on_property": "title",
Expand Down

0 comments on commit 4d48a7f

Please sign in to comment.