{extend name="common:main" /}
{block name="cssjs"}
{/block}
{block name="content"}
今日采集
{$runInfo['today_success']|intval}条成功
{$runInfo['today_error']|intval}条失败
已采集数据
{$runInfo['total_success']|intval}条成功
{$runInfo['total_error']|intval}条失败
任务
{$runInfo['task_auto']|intval}个自动任务
{$runInfo['task_other']|intval}个手动任务
自动采集
{$runInfo['auto_status']}
| 检测更新 |
|
{if condition="$upgradeDb"}
| 升级数据库 |
点击升级数据库 |
{/if}
| 当前版本 |
SkyCaiji V{$serverData['version']} |
{if condition="isset($serverData['caiji'])"}
| 采集状态 |
{$serverData['caiji']} |
{/if}
| 官方网站 |
社区
官网
|
| 清除缓存 |
清除缓存 |
| 操作系统 |
{$serverData['os']} |
| 运行环境 |
{$serverData['server']} |
| 数据库 |
{$serverData['db']} |
| PHP版本 |
{$serverData['php']} |
| 上传限制 |
{$serverData['upload_max']} |
{if !empty($systemWarning)}
{if !empty($systemWarning['php'])}
请开启PHP模块:{:implode(' , ',$systemWarning['php'])}
{/if}
{if !empty($systemWarning['path_write'])}
请设置可写权限:{:implode(' , ',$systemWarning['path_write'])}
{/if}
{if !empty($systemWarning['path_read'])}
请设置可读权限:{:implode(' , ',$systemWarning['path_read'])}
{/if}
{/if}
{if !empty($adminIndexData)}
{$adminIndexData['html']}
{/if}
{/block}