mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-06 21:51:13 +08:00
bump v4.0.30
docs: update
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## v4.0.30
|
||||
|
||||
- 默认沉浸式翻译接口输入语言为 auto(因为它经常输入错误的语言代码,只能这样适配它了)
|
||||
- 改进 auto 的混合语言处理逻辑
|
||||
|
||||
## v4.0.29
|
||||
|
||||
- UI:新增跟随系统主题功能
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## v4.0.30
|
||||
|
||||
- 默认沉浸式翻译接口输入语言为 auto(因为它经常输入错误的语言代码,只能这样适配它了)
|
||||
- 改进 auto 的混合语言处理逻辑
|
||||
|
||||
## v4.0.29
|
||||
|
||||
- UI:新增跟随系统主题功能
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mtranserver",
|
||||
"version": "4.0.29",
|
||||
"version": "4.0.30",
|
||||
"type": "module",
|
||||
"description": "Translation server",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const VERSION = '4.0.29';
|
||||
export const VERSION = '4.0.30';
|
||||
|
||||
export function getVersion(): string {
|
||||
return VERSION;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"spec": {
|
||||
"info": {
|
||||
"title": "MTranServer API",
|
||||
"version": "4.0.29",
|
||||
"version": "4.0.30",
|
||||
"description": "Translation server API",
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ui",
|
||||
"private": true,
|
||||
"version": "4.0.29",
|
||||
"version": "4.0.30",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user