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' => '描述',
|
||||
@@ -197,4 +198,12 @@ return [
|
||||
'ip_help' => '起始 IP/结束 IP、IP(段) 二选一',
|
||||
'status' => '状态',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => '菜单项',
|
||||
'url' => '链接',
|
||||
'text' => '显示文本',
|
||||
'target' => '打开方式',
|
||||
'style' => '样式',
|
||||
'parent_id' => '父菜单',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user