新增版本信息

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

@@ -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);
}