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 21, 2023
1 parent 6b0552a commit 7b000c9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"inputTranslationService": "inherit",
"inputTranslationBlockUrls": [
"*.feishu.cn",
"*.larkoffice.com",
"*.larksuite.com",
"www.notion.so",
"www.figma.com",
"*.lanhuapp.com"
Expand All @@ -57,7 +59,9 @@
"inputTrailingTriggerKeyTimeout": 200,
"inputTrailingMobileTriggerKeyTimeout": 300,
"mutationBlockUrls": [
"www.feishu.cn"
"*.feishu.cn",
"*.larkoffice.com",
"*.larksuite.com"
],
"monkeyH5FloatBall": {
"enable": true,
Expand Down Expand Up @@ -4112,7 +4116,11 @@
},
{
"id": "feishu",
"matches": "*.feishu.cn",
"matches": [
"*.feishu.cn",
"*.larkoffice.com",
"*.larksuite.com"
],
"additionalExcludeSelectors.remove": [
".notranslate",
"[translate=no]"
Expand Down Expand Up @@ -4647,6 +4655,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-11-21T08:59:45.715Z",
"buildinConfigUpdatedAt": "2023-11-21T09:00:31.014Z",
"latestVersion": "0.11.5"
}

0 comments on commit 7b000c9

Please sign in to comment.