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