mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add setting: custom menu enable or not
This commit is contained in:
@@ -21,7 +21,7 @@ return [
|
||||
'upload_speed' => 'Upload speed',
|
||||
'download_speed' => 'Download speed',
|
||||
'isp' => 'ISP',
|
||||
'menu' => 'Menu',
|
||||
'menu' => 'Custom menu',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -195,6 +195,10 @@ return [
|
||||
'ip_help' => 'Begin IP/End IP, IP(Block) Choose one',
|
||||
'status' => 'Status',
|
||||
],
|
||||
'menu' => [
|
||||
'label' => 'Custom menu',
|
||||
'enable_help' => 'Whether to enable custom menu',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => 'Menu items',
|
||||
'url' => 'Link',
|
||||
|
||||
Reference in New Issue
Block a user