Skip to content

Commit f29519b

Browse files
committed
3.13.12
1 parent 5fe7284 commit f29519b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18n-jsautotranslate",
3-
"version": "3.13.6",
3+
"version": "3.13.12",
44
"description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!",
55
"main": "index.js",
66
"scripts": {

translate.js/translate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var translate = {
1313
* 由 npm 脚本自动更新,无需手动修改
1414
* 格式:major.minor.patch.date
1515
*/
16-
// AUTO_VERSION_START
17-
version: '3.13.12.20250303',
16+
// AUTO_VERSION_START
17+
version: '3.13.12.20250307',
1818
// AUTO_VERSION_END
1919
/*
2020
当前使用的版本,默认使用v2. 可使用 setUseVersion2();

0 commit comments

Comments
 (0)