chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div class="layui-card" style="margin:15px;">
|
||||
<div class="layui-card-header">关于系统</div>
|
||||
<div class="layui-card-body">
|
||||
<table class="layui-table">
|
||||
<tbody>
|
||||
<tr><td>系统名称</td><td>YwxApp</td></tr>
|
||||
<tr><td>框架版本</td><td>{:think\facade\App::version()}</td></tr>
|
||||
<tr><td>PHP 版本</td><td>{:PHP_VERSION}</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user