mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
bump v4.0.29
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## v4.0.29
|
||||
|
||||
- UI:新增跟随系统主题功能
|
||||
- UI:使用 IndexDB 存储历史记录,提升性能
|
||||
|
||||
## v4.0.28
|
||||
|
||||
- 桌面端:托盘菜单添加开机启动开关
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## v4.0.29
|
||||
|
||||
- UI:新增跟随系统主题功能
|
||||
- UI:使用 IndexDB 存储历史记录,提升性能
|
||||
|
||||
## v4.0.28
|
||||
|
||||
- 桌面端:托盘菜单添加开机启动开关
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mtranserver",
|
||||
"version": "4.0.28",
|
||||
"version": "4.0.29",
|
||||
"type": "module",
|
||||
"description": "Translation server",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const VERSION = '4.0.28';
|
||||
export const VERSION = '4.0.29';
|
||||
|
||||
export function getVersion(): string {
|
||||
return VERSION;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"spec": {
|
||||
"info": {
|
||||
"title": "MTranServer API",
|
||||
"version": "4.0.28",
|
||||
"version": "4.0.29",
|
||||
"description": "Translation server API",
|
||||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ui",
|
||||
"private": true,
|
||||
"version": "4.0.28",
|
||||
"version": "4.0.29",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user