优化lay-submit特性,支持btn上设置name和value

This commit is contained in:
2023-11-16 17:35:04 +08:00
parent a430cc9214
commit 78f87c6f71
2 changed files with 12 additions and 2 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.68';
public const VERSION = 'v2.0.67';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'删除错误的引入;优化目录创建',
'优化lay-submit特性支持btn上设置name和value',
'发布新版本',
];