优化首页信息

This commit is contained in:
hdm 2022-04-24 23:50:21 +08:00
parent 4ed1b79fa6
commit 5a94d66b3f
4 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,7 @@ class Index extends BaseController
View::assign('goodsCount', $goodsCount);
View::assign('fileCount', $fileCount);
View::assign('install', $install);
View::assign('TP_VERSION',\think\facade\App::version());
return View();
}

View File

@ -142,7 +142,7 @@
</tr>
<tr>
<td class="info-td">ThinkPHP版本</td>
<td colspan="3">{:TP_VERSION}<a class="layui-badge layui-bg-blue" style="margin-left:8px" href="https://www.kancloud.cn/manual/thinkphp6_0" target="_blank">TP6文档</a></td>
<td colspan="3">{TP_VERSION}<a class="layui-badge layui-bg-blue" style="margin-left:8px" href="https://www.kancloud.cn/manual/thinkphp6_0" target="_blank">TP6文档</a></td>
</tr>
<tr>
<td class="info-td">Layui版本</td>

View File

@ -26,6 +26,7 @@ class Index
public function index()
{
View::assign('TP_VERSION',\think\facade\App::version());
return view('step1');
}

View File

@ -34,7 +34,7 @@
</ul>
</div>
<div style="padding:20px; background-color:#fff;line-height: 27px; border-radius:0 0 6px 6px">
<p>勾股CMS是一套基于ThinkPHP{$TP_version} + Layui{:LAYUI_VERSION} + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块一目了然操作简单通用型后台权限管理框架紧随潮流、开箱即用让WEB开发更简单<br><br>
<p>勾股CMS是一套基于ThinkPHP{$TP_VERSION} + Layui{:LAYUI_VERSION} + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块一目了然操作简单通用型后台权限管理框架紧随潮流、开箱即用让WEB开发更简单<br><br>
<strong>开源协议:</strong><br>
本系统遵循Apache Lisense 2.0开源协议发布,并提供免费使用。<br>
Apache Licence是著名的非盈利开源组织Apache采用的协议。该协议和BSD类似鼓励代码共享和尊重原作者的著作权允许代码修改再作为开源或商业软件发布。需要满足的条件<br>