mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-05 20:37:26 +08:00
add setting: custom menu enable or not
This commit is contained in:
@@ -21,7 +21,7 @@ return [
|
||||
'upload_speed' => '上行带宽',
|
||||
'download_speed' => '下行带宽',
|
||||
'isp' => 'ISP',
|
||||
'menu' => '菜单',
|
||||
'menu' => '自定义菜单',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -198,6 +198,10 @@ return [
|
||||
'ip_help' => '起始 IP/结束 IP、IP(段) 二选一',
|
||||
'status' => '状态',
|
||||
],
|
||||
'menu' => [
|
||||
'label' => '自定义菜单',
|
||||
'enable_help' => '是否启用自定义菜单',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => '菜单项',
|
||||
'url' => '链接',
|
||||
|
||||
Reference in New Issue
Block a user