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 6a8ac76 commit 050c19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"label_extractor": [
{
"pattern": "(.+) (.+)",
"target": "$1",
"target": "- **$1",
"on_property": "title"
}
],
"transformers": [
{
"pattern": "(.+) (.+)",
"target": "$2"
"target": "- **$2"
}
],
"duplicate_filter": {
Expand Down

0 comments on commit 050c19a

Please sign in to comment.