mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
support menu modify
This commit is contained in:
@@ -21,6 +21,7 @@ return [
|
||||
'added' => '添加時間',
|
||||
'last_access' => '最後訪問時間',
|
||||
'priority' => '優先級',
|
||||
'priority_help' => '值越大,越靠前',
|
||||
'comment' => '備註',
|
||||
'duration' => '時長',
|
||||
'description' => '描述',
|
||||
@@ -194,4 +195,12 @@ return [
|
||||
'ip_help' => '起始 IP/結束 IP、IP(段) 二選一',
|
||||
'status' => '狀態',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => '菜單項',
|
||||
'url' => '鏈接',
|
||||
'text' => '顯示文本',
|
||||
'target' => '打開方式',
|
||||
'style' => '樣式',
|
||||
'parent_id' => '父菜單',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user