From c67edfda53006c757593b2fd5e4adc57bc1040b6 Mon Sep 17 00:00:00 2001 From: yourname Date: Wed, 14 May 2025 06:31:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=89=93=E5=BC=80vConsole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 3 +++ server/app.tsx | 16 +++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2ecc79d..70ea6c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ 待实现 迁移管理页面,在正式环境中,需要验证env中配置的密码参数才能打开 +2025.05.14 0.1.4 +开发环境中,前端页面默认打开vConsole + 2025.05.14 0.1.3 web_app.tsx 模块化拆分路由、菜单、布局 diff --git a/server/app.tsx b/server/app.tsx index 322db96..9fe35cc 100644 --- a/server/app.tsx +++ b/server/app.tsx @@ -152,7 +152,7 @@ export default function({ apiClient, app, moduleDir }: ModuleParams) { +