mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
chore: bump version to v2.2.7
This commit is contained in:
@@ -27,7 +27,7 @@ use think\console\Output;
|
|||||||
*/
|
*/
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.2.6';
|
public const VERSION = 'v2.2.7';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
@@ -36,22 +36,11 @@ class VersionBase extends Command
|
|||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'版本更新说明:',
|
'版本更新说明:',
|
||||||
'【新功能】',
|
'【新功能】',
|
||||||
'- 新增零散规则管理机制',
|
'- 新增 docker-dev-sync 模式,优化 Windows 下 Docker 开发 I/O 性能',
|
||||||
'- ClearLog 清理天数改为从配置读取,支持 env 覆盖',
|
' - 宿主代码映射到 /var/www/source(bind mount 中转),容器内 rsync 定时同步到 /var/www/html(原生文件系统)',
|
||||||
'【修复】',
|
' - vendor 由 Docker build 管理,不参与同步',
|
||||||
'- 清理 PROJECT.md 中框架预填内容,恢复为使用者模板',
|
' - rsync 使用 --no-perms 避免保留 Windows 源文件权限',
|
||||||
'- 调整流水线步骤顺序,composer install 移至 php think 命令之前',
|
' - SYNC_INTERVAL 环境变量可配置轮询间隔(默认 3 秒)',
|
||||||
'【文档】',
|
|
||||||
'- AGENTS.md 开头入口区增加 .agents/skills/ 说明',
|
|
||||||
'- AGENTS.md 开头入口区增加 .agents/rules/ 说明',
|
|
||||||
'- 修正运行模式检测方式,Docker 模式下不能依赖 php think 检测',
|
|
||||||
'- 技能文档补充 timer.php 配置项说明',
|
|
||||||
'- 定时器技能新增按时间窗口循环处理的推荐方法',
|
|
||||||
'【重构】',
|
|
||||||
'- 精简 AGENTS.md,下沉模块级规则,迁移 skill 为 rule',
|
|
||||||
'【其他】',
|
|
||||||
'- 重构:JS框架内部变量 admin 统一重命名为 ua,移除无用的 window.ulAdmin',
|
|
||||||
'- 移动 nginx 伪静态配置到 source/docs 目录',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected const COMMIT_TYPES = [
|
protected const COMMIT_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user