Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 41696df commit 43ca2de
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@
"condition": {},
"normalizeBody": "",
"inputExecCommandDeleteEnable": false,
"inputConfig": {
"clearContentEnable": true,
"execCommandDeleteEnable": false
},
"mutationExcludeSelectors": [
"span.highlighter--highlighted",
"span.highlighter-ext",
Expand Down Expand Up @@ -1351,7 +1355,10 @@
},
"waitForSelectors": [
"[data-testid=post_author_link]"
]
],
"inputConfig.add": {
"clearContentEnable": false
}
},
{
"id": "reddit",
Expand Down Expand Up @@ -2160,7 +2167,13 @@
"inputTutorialsText": "试试输入中文后快速连击 3 次空格键翻译(仅提示一次)",
"inputTutorialsSelectors": [
"textarea#APjFqb"
]
],
"inputConfig.add": {
"tutorialsText": "试试输入中文后快速连击 3 次空格键翻译(仅提示一次)",
"tutorialsSelectors": [
"textarea#APjFqb"
]
}
},
{
"id": "googleSearch",
Expand Down Expand Up @@ -4775,7 +4788,10 @@
"additionalExcludeSelectors.remove": [
".notranslate"
],
"inputExecCommandDeleteEnable": true
"inputExecCommandDeleteEnable": true,
"inputConfig.add": {
"execCommandDeleteEnable": true
}
},
{
"id": "epam",
Expand Down Expand Up @@ -5013,6 +5029,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-12-14T13:02:15.491Z",
"buildinConfigUpdatedAt": "2023-12-14T14:46:22.960Z",
"latestVersion": "0.12.6"
}

0 comments on commit 43ca2de

Please sign in to comment.