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 Nov 13, 2023
1 parent 45d6dcc commit 88f661b
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 @@ -18,6 +18,7 @@
"feedbackUrl": "https://github.com/immersive-translate/immersive-translate/issues",
"isShowContextMenu": true,
"enableInputTranslation": true,
"enableFloatShare": true,
"isShowInputTranslationConsent": true,
"inactiveDays": 21,
"enableInputTranslationWithoutTriggerKey": true,
Expand Down Expand Up @@ -372,7 +373,8 @@
"toggleTranslateTheWholePage": "Alt+W",
"toggleOnlyTransation": "",
"toggleTranslateToThePageEndImmediately": "",
"toggleTranslationMask": ""
"toggleTranslationMask": "",
"shareToDraft": ""
},
"tempTranslateDomainMinutes": 0,
"immediateTranslationPattern": {
Expand Down Expand Up @@ -455,6 +457,7 @@
"mutationObserverLimitTargetSelectors": [],
"condition": {},
"normalizeBody": "",
"inputExecCommandDeleteEnable": false,
"mutationExcludeSelectors": [
"span.highlighter--highlighted",
"span.highlighter-ext",
Expand All @@ -463,6 +466,14 @@
"rw-highlight",
"web-highlight"
],
"shareConfig": {
"removeTags": [
"style",
"iframe",
"link",
"noscript"
]
},
"useIframePostMessage": false,
"searchEnhancementConfig": [],
"injectedCss": [],
Expand Down Expand Up @@ -2537,7 +2548,11 @@
"aside",
"[data-component=ticker-bar]",
"footer.bb-global-footer"
]
],
"bodyRule.add": {
"bodySelector": "main article",
"articleSelector": ".body-content"
}
},
{
"id": "baiduXueshu",
Expand Down Expand Up @@ -4574,7 +4589,8 @@
],
"additionalExcludeSelectors.remove": [
".notranslate"
]
],
"inputExecCommandDeleteEnable": true
},
{
"id": "epam",
Expand Down Expand Up @@ -4610,6 +4626,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-11-13T12:48:19.239Z",
"buildinConfigUpdatedAt": "2023-11-13T17:10:13.313Z",
"latestVersion": "0.11.4"
}

0 comments on commit 88f661b

Please sign in to comment.