新增版本信息

This commit is contained in:
JaguarJack 2020-07-05 16:36:28 +08:00
parent bb38e3bdac
commit 3235e98c38
3 changed files with 16 additions and 3 deletions

View File

@ -7,6 +7,8 @@ class CatchAdmin
{
public const NAME = 'catch';
public const VERSION = '1.0.0';
/**
*
* @time 2019年11月30日

View File

@ -326,9 +326,10 @@ class InstallProjectCommand extends Command
| \___/\__,_/\__/\___/_/ /_/ /_/ |_\__,_/_/ /_/ /_/_/_/ /_/ |
| |
\ __ __ __ __ _ __ _ __ enjoy it ! _ __ __ __ __ __ __ ___ _ @ 2017 %s
账号: admin@gmail.com
密码: admin
', $year));
版本: %s
初始账号: admin@gmail.com
初始密码: admin
', CatchAdmin::VERSION, $year));
exit(0);
}

View File

@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------