add setting: custom menu enable or not

This commit is contained in:
xiaomlove
2022-08-04 18:38:02 +08:00
parent 23804a0b14
commit 8fd5fa0df6
9 changed files with 69 additions and 36 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ return [
'upload_speed' => 'Upload speed',
'download_speed' => 'Download speed',
'isp' => 'ISP',
'menu' => 'Menu',
'menu' => 'Custom menu',
],
'resources' => [
'agent_allow' => [
+4
View File
@@ -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',