更新日志

This commit is contained in:
xunbu
2025-08-24 12:10:10 +08:00
parent 5cd0156978
commit 03ef1ba4e4
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1 @@
__version__="1.2.4"
__version__="1.2.5"

View File

@@ -732,7 +732,7 @@ async def _perform_translation(
"task_end_time": end_time,
"downloadable_files": downloadable_files,
})
task_logger.info(f"翻译成功完成,用时 {duration:.2f} 秒。所有结果文件已生成。")
task_logger.info(f"翻译成功完成,用时 {duration:.2f} 秒。")
except asyncio.CancelledError:
end_time = time.time()

View File

@@ -1,5 +1,9 @@
更新日志
----------------------------------------
v1.2.5版 2025.8.24
特性
- 提前生成临时文件
----------------------------------------
v1.2.4版 2025.8.23
特性
- 增加xlsx翻译区域选项