增加测试机制;完善DebugMysql日志逻辑;更新debug_log表字段格式;发布新版本

This commit is contained in:
2024-01-03 16:22:01 +08:00
parent 58bb8166c9
commit e6779f4921
14 changed files with 767 additions and 76 deletions

View File

@@ -12,12 +12,14 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.85';
public const VERSION = 'v2.0.86';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'优化搜索查询构造逻辑',
'增加测试机制',
'完善DebugMysql日志逻辑',
'更新debug_log表字段格式',
'发布新版本',
];