feat: 新增系统状态页面功能

This commit is contained in:
augushong
2026-01-22 23:28:13 +08:00
parent ee40374732
commit 3a4194d3e9
7 changed files with 606 additions and 1 deletions

View File

@@ -143,6 +143,17 @@ $ul_system_menu = array(
"sort" => 0,
"status" => 1,
),
array(
"id" => 255,
"pid" => 228,
"title" => "系统状态",
"icon" => "fa fa-info-circle",
"href" => "status/index",
"params" => "",
"target" => "_self",
"sort" => 0,
"status" => 1,
),
array(
"id" => 254,
"pid" => 249,