From c7cfa405399fd8fcab3ff50138cf80c0deaeb2a1 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 27 May 2026 20:52:13 +0800 Subject: [PATCH] chore: bump version to v2.2.4 --- extend/base/common/command/admin/VersionBase.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 04c084d..98afff5 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -27,7 +27,7 @@ use think\console\Output; */ class VersionBase extends Command { - public const VERSION = 'v2.2.3'; + public const VERSION = 'v2.2.4'; public const PRODUCT_VERSION = ''; @@ -35,14 +35,8 @@ class VersionBase extends Command public const COMMENT = [ '版本更新说明:', - '【新功能】', - '- 补充定时器和主机列表的默认菜单初始化数据', - '- 新增定时任务表的数据库迁移文件', '【重构】', - '- 重写入口文件并更新模板引用', - '- 拆分 JS 单文件为多模块架构', - '【其他】', - '- 配置shell脚本使用LF行尾格式', + '- default 模式改为 php think run,原 Docker 部署拆分为 docker-serve 模式', ]; protected const COMMIT_TYPES = [