小说

{$count['novel_count']|number_format}

今日新增{$count['novel_today_count']} 今日更新{$count['novel_today_count_update']}

文章

{$count['news_count']|number_format}

今日新增{$count['news_today_count']} 今日更新{$count['news_today_count_update']}

用户

{$count['user_count']|number_format}

今日新增{$count['user_today_count']} 今日更新{$count['user_today_count_update']}

评论

{$count['comment_count']|number_format}

今日新增{$count['comment_today_count']}
服务器信息
操作系统 {$Think.const.PHP_OS} 脚本引擎 {$Think.server.server_software}
PHP版本 {$Think.const.PHP_VERSION} CURL支持 '; ?>
安装目录 {$Think.server.DOCUMENT_ROOT} 服务器 {$Think.server.HTTP_HOST}
最大上传 ';?> GD图形库 ';?>
脚本超时 mysql {:Think\\Db::query("select version() as v;")[0]['v']}
版本信息
当前版本 {$web['version']}
官方版本
think版本 {:think\\App::VERSION}
官方网站 {$web['official_url']}
主要特色 零门槛 / 响应式 / 清爽 / 极简
最近更新小说
{volist name="novle" id="vo"} {/volist}
名称 栏目 最新章节 更新时间
{$vo.title} {$vo.ctitle} {$vo.chapter_title} {$vo.update_time|time_format="m-d H:i"}
小说评论
    {volist name="comment" id="vo"}
  • {$vo.user.username}

    {$vo.content}

    {$vo.create_time|time_format="m-d H:i"}
  • {/volist}