From f12972f2b23c3c663ae0e50f739930488248a55d Mon Sep 17 00:00:00 2001 From: yourname Date: Wed, 14 May 2025 06:05:23 +0000 Subject: [PATCH] =?UTF-8?q?web=5Fapp.tsx=20=E6=A8=A1=E5=9D=97=E5=8C=96?= =?UTF-8?q?=E6=8B=86=E5=88=86=E8=B7=AF=E7=94=B1=E3=80=81=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E3=80=81=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0702c69..2ecc79d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ 待实现 迁移管理页面,在正式环境中,需要验证env中配置的密码参数才能打开 +2025.05.14 0.1.3 +web_app.tsx 模块化拆分路由、菜单、布局 + 2025.05.14 0.1.2 将 server/migrations.ts 中的静态加载逻辑改为异步函数 loadMigrations()