修改事件处理函数的逻辑;修改忘记密码提示;忘记密码增加view_replace事件;发布新版本

This commit is contained in:
2023-09-23 10:36:02 +08:00
parent 32a60597ff
commit 139ff5bda7
4 changed files with 38 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ use think\facade\App;
class Version extends Command
{
public const VERSION = 'v2.0.36';
public const VERSION = 'v2.0.37';
public const LAYUI_VERSION = '2.8.16';