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 Jun 25, 2023
1 parent 664ed25 commit c755697
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"inputTrailingTriggerKey": "space",
"inputTrailingTriggerKeyRepeatTimes": 3,
"inputTrailingTriggerKeyTimeout": 500,
"mutationBlockUrls": [
"www.feishu.cn"
],
"inputLanguageCodeAlias": {
"en": [
"英文",
Expand Down Expand Up @@ -141,31 +144,36 @@
"volcAlpha": {
"placeholderDelimiters": [
"{",
"}"
"}",
"b"
]
},
"volc": {
"placeholderDelimiters": [
"{",
"}"
"}",
"b"
]
},
"tencent": {
"placeholderDelimiters": [
"{",
"}"
"}",
"b"
]
},
"google": {
"placeholderDelimiters": [
"🚠",
"🚠"
"🚠",
"b"
]
},
"transmart": {
"placeholderDelimiters": [
"#",
"#"
"#",
"b"
]
},
"baidu": {
Expand All @@ -190,15 +198,17 @@
"immediateTranslationTextCountForImmersiveDeepl": 50000,
"placeholderDelimiters": [
"{{",
"}}"
"}}",
"b"
],
"limit": 25
},
"bing": {
"maxTextLengthPerRequest": 1800,
"placeholderDelimiters": [
"<code>",
"</code>"
"</code>",
"b"
]
},
"deeplx": {
Expand All @@ -219,7 +229,8 @@
"openai": {
"placeholderDelimiters": [
"{{",
"}}"
"}}",
"b"
],
"immediateTranslationTextCount": 3000,
"translationDebounce": 300,
Expand All @@ -235,7 +246,8 @@
"chatgpt": {
"placeholderDelimiters": [
"{{",
"}}"
"}}",
"b"
],
"immediateTranslationTextCount": 2000,
"maxTextGroupLengthPerRequest": 1,
Expand Down Expand Up @@ -363,6 +375,8 @@
".MathJax",
".mwe-math-element",
"span[translate=no]",
"em[translate=no]",
"code[translate=no]",
"span.math.inline",
"span.math.display",
".ltx_Math",
Expand Down Expand Up @@ -623,6 +637,7 @@
"TURBO-FRAME",
"README-TOC"
],
"mutationObserverContainerSelectors": [],
"pdfNewParagraphLineHeight": 2.4,
"pdfNewParagraphIndent": 1.2,
"pdfNewParagraphIndentRightIndentPx": 130,
Expand Down Expand Up @@ -2434,17 +2449,26 @@
]
},
{
"matches": "https://www.webofscience.com/wos/woscc/summary/*",
"matches": "https://www.webofscience.com/*",
"globalStyles": {
".abstract": "height:auto !important;",
".show-more-lines": "height:unset !important;"
},
"excludeSelectors": [
".summary-left-panel",
".authors",
"app-summary-authors + div"
"app-full-record-keywords mark"
],
"mutationObserverContainerSelectors": [
"[data-ta='summary-record-title-link']",
"#FullRTa-fullRecordtitle-0"
],
"extraBlockSelectors": [
"app-summary-authors + div",
"app-full-record-keywords span span"
],
"observeUrlChange": true,
"urlChangeDelay": 600,
"mutationChangeDelay": 600
},
{
Expand Down Expand Up @@ -3161,6 +3185,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-06-24T14:34:29.054Z",
"buildinConfigUpdatedAt": "2023-06-25T11:17:29.713Z",
"latestVersion": "0.6.18"
}

0 comments on commit c755697

Please sign in to comment.