2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 09:17:18 +08:00

特性(计划任务):新增计划任务模块

This commit is contained in:
耗子
2022-12-02 03:56:43 +08:00
parent 53baea1422
commit 939867d100
16 changed files with 1753 additions and 35 deletions

View File

@@ -27,45 +27,45 @@ class InfosController extends Controller
),
array(
"name" => "website",
"title" => "网站",
"title" => "网站管理",
"icon" => "layui-icon-website",
"jump" => "website/list"
),
array(
"name" => "monitor",
"title" => "监控",
"title" => "资源监控",
"icon" => "layui-icon-chart-screen",
"jump" => "monitor"
),
array(
"name" => "safe",
"title" => "安全",
"title" => "系统安全",
"icon" => "layui-icon-auz",
"jump" => "safe"
),
array(
"name" => "file",
"title" => "文件",
"title" => "文件管理",
"icon" => "layui-icon-file",
"jump" => "file"
),
array(
"name" => "cron",
"title" => "计划任务",
"icon" => "layui-icon-date",
"jump" => "cron"
),
array(
"name" => "plugin",
"title" => "插件",
"title" => "插件中心",
"icon" => "layui-icon-app",
"jump" => "plugin"
),
array(
"name" => "setting",
"title" => "设置",
"title" => "面板设置",
"icon" => "layui-icon-set",
"jump" => "setting"
),
array(
"name" => "logout",
"title" => "退出",
"icon" => "layui-icon-logout",
"jump" => "logout"
)
)
);