chore: 增加版本描述

This commit is contained in:
augushong
2025-10-09 23:31:37 +08:00
parent ae40f99866
commit a09fd8372b

View File

@@ -55,4 +55,11 @@ return [
'本版本之后,修改了上述表格结构的安装文件,无需手动处理。',
],
],
[
'version' => 'v2.0.120',
'desc' => [
'本次更新增加了定时任务执行节点自动注册,需要运行以下命令更新表结构:',
'php think migrate:run',
],
],
];