i18n-jsautotranslate 3.18.42 → 3.18.43

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -14,7 +14,7 @@ var translate = {
14
14
  * 格式:major.minor.patch.date
15
15
  */
16
16
  // AUTO_VERSION_START
17
- version: '3.18.42.20250926',
17
+ version: '3.18.43.20250926',
18
18
  // AUTO_VERSION_END
19
19
  /*
20
20
  当前使用的版本,默认使用v2. 可使用 setUseVersion2();
@@ -10355,7 +10355,7 @@ var translate = {
10355
10355
  // 直接更新text
10356
10356
  originalText = text;
10357
10357
  text = textTranslateResult;
10358
- console.log('创建文本节点: '+textTranslateResult);
10358
+ //console.log('创建文本节点: '+textTranslateResult);
10359
10359
  isTrans = true;
10360
10360
  }
10361
10361
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18n-jsautotranslate",
3
- "version": "3.18.42",
3
+ "version": "3.18.43",
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
  "scripts": {