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 Jan 7, 2025
1 parent 456326f commit d8eb2b9
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2609,24 +2609,6 @@
"selectorMatches": "div.simpread-read-root.simpread-read-root-show > sr-read",
"mainFrameSelector": "div.simpread-read-root.simpread-read-root-show > sr-read"
},
{
"id": "txt",
"matches": [
"*://*/*.txt",
"file://*/*.txt"
],
"selectorMatches": [
"body > pre"
],
"longBuildPageLength": 1000,
"mutationExcludeSelectors.add": [
"body"
],
"isTransformPreTagNewLine": true,
"excludeTags.remove": [
"PRE"
]
},
{
"id": "hangejp",
"matches": [
Expand Down Expand Up @@ -13094,7 +13076,8 @@
"selectorMatches": [
"body[translate=no]",
"#app[translate=no]",
"#root[translate=no]"
"#root[translate=no]",
"#editor-core-root [translate=no]"
],
"additionalExcludeSelectors.remove": [
".notranslate",
Expand Down Expand Up @@ -13122,6 +13105,24 @@
}
]
},
{
"id": "txt",
"matches": [
"*://*/*.txt",
"file://*/*.txt"
],
"selectorMatches": [
"body > pre"
],
"longBuildPageLength": 1000,
"mutationExcludeSelectors.add": [
"body"
],
"isTransformPreTagNewLine": true,
"excludeTags.remove": [
"PRE"
]
},
{
"id": "fix-header",
"selectorMatches": [
Expand All @@ -13140,6 +13141,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-07T02:59:04.981Z",
"buildinConfigUpdatedAt": "2025-01-07T06:19:51.568Z",
"latestVersion": "1.12.8"
}

0 comments on commit d8eb2b9

Please sign in to comment.