新增系统介绍文档链接

This commit is contained in:
hdm 2022-06-28 09:30:32 +08:00
parent 21b63008bd
commit 57fa7dac05
5 changed files with 13 additions and 3 deletions

View File

@ -67,8 +67,7 @@
</div>
</div>
<div class="foot">
{:get_system_config('web','copyright')} <a id="beian" href="//www.beian.miit.gov.cn" target="_blank"
rel="nofollow" style="margin-left: 15px;color:#458BF3;">{:get_system_config('web','icp')}</a>Powered by GouguCMS
{:get_system_config('web','copyright')}Powered by GouguCMS
</div>
</div>
<script src="{__GOUGU__}/layui/layui.js"></script>

View File

@ -23,6 +23,7 @@
<div class="banner-ops" data-aos="fade-up" data-aos-delay="1000">
<a href="/home/index/down.html" target="_blank" class="btn-full">完整包下载</a>
<a href="https://gitee.com/gouguopen/gougucms/releases/v{:CMS_VERSION}" target="_blank">当前版本v{:CMS_VERSION}</a>
<a href="https://blog.gougucms.com/home/book/detail/bid/1.html" target="_blank">文档说明</a>
<a href="https://gitee.com/gouguopen/gougucms/releases" target="_blank">更新日志</a>
<a href="https://www.bt.cn/?invite_code=MV9zbG93ank=" rel="nofollow" target="_blank">推荐使用宝塔面板部署</a>
</div>

View File

@ -23,6 +23,11 @@
<a href="https://dev.gougucms.com/" class="btn-go" target="_blank"><span>体验演示</span></a>
<span class="btn-view">查看体验账号</span>
</div>
<div class="banner-ops" data-aos="fade-up" data-aos-delay="1000">
<a href="https://blog.gougucms.com/home/book/detail/bid/7.html" class="btn-full" target="_blank">文档说明</a>
<a href="https://gitee.com/gouguopen/dev/releases" target="_blank">更新日志</a>
<a href="https://www.bt.cn/?invite_code=MV9zbG93ank=" rel="nofollow" target="_blank">推荐使用宝塔面板部署</a>
</div>
</div>
<div class="banner-img" data-aos="zoom-out" data-aos-delay="300">
<img src="https://www.gougucms.com/static/home/dev/banner_bg.png" alt="">

View File

@ -23,6 +23,11 @@
<a href="https://oa.gougucms.com/" class="btn-go" target="_blank"><span>体验演示</span></a>
<span class="btn-view">查看体验账号</span>
</div>
<div class="banner-ops" data-aos="fade-up" data-aos-delay="1000">
<a href="https://blog.gougucms.com/home/book/detail/bid/3.html" class="btn-full" target="_blank">文档说明</a>
<a href="https://gitee.com/gouguopen/office/releases" target="_blank">更新日志</a>
<a href="https://www.bt.cn/?invite_code=MV9zbG93ank=" rel="nofollow" target="_blank">推荐使用宝塔面板部署</a>
</div>
</div>
<div class="banner-img" data-aos="zoom-out" data-aos-delay="300">
<img src="https://www.gougucms.com/static/home/oa/banner_bg.png" alt="">

View File

@ -15,7 +15,7 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) {
require __DIR__ . '/../vendor/autoload.php';
// 定义当前版本号
define('CMS_VERSION','3.6.27');
define('CMS_VERSION','3.6.28');
// 定义Layui版本号
define('LAYUI_VERSION','2.7.1');