torchv-translate 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torchv-translate",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -8208,7 +8208,7 @@ var translate = {
8208
8208
  */
8209
8209
  translateTextSplit:{
8210
8210
  size:20000,
8211
- maxSize:900,
8211
+ maxSize:10,
8212
8212
  //单条文本达到该长度后单独成组,避免与其它文本拼接,0则使用 size/2
8213
8213
  singleTextMinSize:0
8214
8214
  },