更新 translate.js 版本到 3.13.3.20250210

This commit is contained in:
鬼画符 2025-02-10 16:03:50 +08:00
parent d69d367eaa
commit ac8a575eaa

View File

@ -14,7 +14,7 @@ var translate = {
* 格式major.minor.patch.date
*/
// AUTO_VERSION_START
version: '3.13.2.20250208',
version: '3.13.3.20250210',
// AUTO_VERSION_END
/*
当前使用的版本默认使用v2. 可使用 setUseVersion2();
@ -5209,7 +5209,7 @@ var translate = {
if(typeof(obj) == 'string'){
//案例一的场景传入单个字符串
texts[0] = [obj];
texts[0] = obj;
}else{
//不是字符串了而是对象了判断是案例二还是案例三