mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
docs: update
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -164,8 +164,18 @@ jobs:
|
||||
WARNING="**Development build - may be unstable**"$'\n\n'
|
||||
fi
|
||||
|
||||
CHANGELOG=""
|
||||
if [ -f "CHANGELOG.md" ]; then
|
||||
CHANGELOG=$(cat CHANGELOG.md)
|
||||
fi
|
||||
|
||||
cat > release_body.md << EOF
|
||||
${WARNING}## MTranServer
|
||||
|
||||
## Changelog
|
||||
${CHANGELOG}
|
||||
|
||||
## Download
|
||||
|
||||
| Platform | Architecture | Binary |
|
||||
|----------|-------------|--------|
|
||||
|
||||
@@ -9,4 +9,7 @@ v3.1.13
|
||||
v3.1.12
|
||||
|
||||
- 修复高并发情况下翻译结果错乱的 Bug
|
||||
- Fix: High concurrency translation result confusion bug
|
||||
- Fix: High concurrency translation result confusion bug
|
||||
|
||||
全部更新内容请参考 [HISTORY.md](HISTORY.md)
|
||||
For full update content, please refer to [HISTORY.md](HISTORY.md)
|
||||
12
HISTORY.md
Normal file
12
HISTORY.md
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user