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 5, 2023
1 parent 6c08e88 commit 1246ac5
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,9 @@
"https://test.immersivetranslate.com/drafts*"
],
"isInjectVersion": true,
"isInjectMeta": true
"isInjectMeta": true,
"mainFrameMinTextCount": 0,
"mainFrameMinWordCount": 0
},
{
"id": "immersive",
Expand All @@ -1028,7 +1030,9 @@
"https://app.immersivetranslate.com"
],
"isInjectVersion": true,
"isInjectMeta": true
"isInjectMeta": true,
"mainFrameMinTextCount": 0,
"mainFrameMinWordCount": 0
},
{
"id": "simpread",
Expand Down Expand Up @@ -3702,8 +3706,7 @@
"docs.oracle.com",
"docs-cortex.paloaltonetworks.com",
"forum.m5stack.com/topic/*",
"community.m5stack.com/topic/*",
"forum.vivaldi.net/topic/*"
"community.m5stack.com/topic/*"
],
"urlChangeDelay": 0,
"_comment": "解决url变化重复翻译问题"
Expand Down Expand Up @@ -4373,7 +4376,7 @@
"id": "bilibili",
"matches": "www.bilibili.com",
"excludeSelectors.add": [
".bpx-player-subtitle-panel-text"
".bpx-player-subtitle-panel-text br"
],
"subtitleRule.add": {
"type": "bilibili",
Expand Down Expand Up @@ -4822,9 +4825,6 @@
"matches": [
"www.udemy.com"
],
"excludeSelectors.add": [
"[data-purpose='captions-cue-text']"
],
"subtitleRule.add": {
"type": "udemy",
"subtitleUrlRegExp": "^https://.*\\.udemycdn\\.com/.*\\.vtt",
Expand Down Expand Up @@ -4858,9 +4858,6 @@
"matches": [
"nebula.tv"
],
"excludeSelectors.add": [
"[data-subtitles-container='true']"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "\\.vtt$",
Expand All @@ -4883,9 +4880,6 @@
"matches": [
"vimeo.com"
],
"excludeSelectors.add": [
".vp-captions"
],
"subtitleRule.add": {
"type": "text_track",
"videoPlayerSelector": "video",
Expand Down Expand Up @@ -4916,6 +4910,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-12-05T10:18:43.785Z",
"buildinConfigUpdatedAt": "2023-12-05T12:41:56.717Z",
"latestVersion": "0.12.3"
}

0 comments on commit 1246ac5

Please sign in to comment.