From 802f74ffcb356f48f9985f5c1924bd2c441f63cc Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:27:34 +0800 Subject: [PATCH] docs: update --- CHANGELOG.md | 15 +++------------ HISTORY.md | 4 ++++ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216f3c4..249348a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,6 @@ -v3.1.14 -- 工作时自动下载使用最新版本的模型,无需手动下载(离线模式则不会更新) -- Auto download the latest version of the model when working, no need to manually download (offline mode will not update) - -v3.1.13 -- 添加详细日志,方便调试 -- Add detailed logs for debugging - -v3.1.12 - -- 修复高并发情况下翻译结果错乱的 Bug -- Fix: High concurrency translation result confusion bug +v3.1.15 +- 修复下载模型提示校验失败的问题 +- Fix the issue of model download verification failure 历史更新内容请参考 [HISTORY.md](HISTORY.md) For historical update content, please refer to [HISTORY.md](HISTORY.md) \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index d655755..84cc97a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v3.1.15 +- 修复下载模型提示校验失败的问题 +- Fix the issue of model download verification failure + v3.1.14 - 工作时自动下载使用最新版本的模型,无需手动下载(离线模式则不会更新) - Auto download the latest version of the model when working, no need to manually download (offline mode will not update)