diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index b17b3d6..09f5e9c 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.7'; + public const VERSION = 'v2.2.8'; public const PRODUCT_VERSION = ''; @@ -35,12 +35,11 @@ class VersionBase extends Command public const COMMENT = [ '版本更新说明:', - '【新功能】', - '- 新增 docker-dev-sync 模式,优化 Windows 下 Docker 开发 I/O 性能', - ' - 宿主代码映射到 /var/www/source(bind mount 中转),容器内 rsync 定时同步到 /var/www/html(原生文件系统)', - ' - vendor 由 Docker build 管理,不参与同步', - ' - rsync 使用 --no-perms 避免保留 Windows 源文件权限', - ' - SYNC_INTERVAL 环境变量可配置轮询间隔(默认 3 秒)', + '【文档】', + '- 将在线文档规范落地为本地零散规则文件,智能体可直接读取本地文件', + ' - 新增命名规范规则文件 ulthon-naming-convention.md', + ' - 新增表结构设计规范规则文件 ulthon-database-design.md', + ' - AGENTS.md 通用基础规范章节改为引用本地规则文件', ]; protected const COMMIT_TYPES = [