版本号
This commit is contained in:
parent
ed2448a15e
commit
087a731c8f
@ -7,7 +7,7 @@
|
|||||||
* 后台:http://adm.aieok.com:888
|
* 后台:http://adm.aieok.com:888
|
||||||
* 账号:test
|
* 账号:test
|
||||||
* 密码:test123
|
* 密码:test123
|
||||||
* 版本:TaoLer 1.8.18
|
* 版本:TaoLer 1.8.8
|
||||||
* 日期:2021.10.11
|
* 日期:2021.10.11
|
||||||
|
|
||||||
#### 项目地址
|
#### 项目地址
|
||||||
|
@ -7,7 +7,7 @@ return [
|
|||||||
//应用名,此项不可更改
|
//应用名,此项不可更改
|
||||||
'appname' => 'TaoLer',
|
'appname' => 'TaoLer',
|
||||||
//版本配置
|
//版本配置
|
||||||
'version' => '1.8.18',
|
'version' => '1.8.8',
|
||||||
//加盐
|
//加盐
|
||||||
'salt' => 'taoler',
|
'salt' => 'taoler',
|
||||||
//数据库备份目录
|
//数据库备份目录
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<a href="#signin" class="layui-hide-sm layui-show-xs-block fly-right" id="LAY_goSignin" style="color: #FF5722;">{:lang('go sign')}</a>
|
<a href="#signin" class="layui-hide-sm layui-show-xs-block fly-right" id="LAY_goSignin" style="color: #FF5722;">{:lang('go sign')}</a>
|
||||||
</div>
|
</div>
|
||||||
<ul class="fly-list">
|
<ul class="fly-list">
|
||||||
{volist name="artTop" id="top" empty="还没有推荐"}
|
{volist name="artTop" id="top"}
|
||||||
{include file="public/index-topforum" /}
|
{include file="public/index-topforum" /}
|
||||||
{/volist}
|
{/volist}
|
||||||
</ul>
|
</ul>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<!--文章列表-->
|
<!--文章列表-->
|
||||||
<div class="fly-panel" style="margin-bottom: 0;">
|
<div class="fly-panel" style="margin-bottom: 0;">
|
||||||
<ul class="fly-list">
|
<ul class="fly-list">
|
||||||
{volist name="artList" id="art" empty="还没有帖子"}
|
{volist name="artList" id="art"}
|
||||||
{include file="public/index-forumlist" /}
|
{include file="public/index-forumlist" /}
|
||||||
{/volist}
|
{/volist}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user