support menu modify

This commit is contained in:
xiaomlove
2022-08-04 00:48:42 +08:00
parent d348422097
commit 260ebd5a5e
20 changed files with 1121 additions and 53 deletions

View File

@@ -21,6 +21,7 @@ return [
'added' => 'Add time',
'last_access' => 'Last access time',
'priority' => 'Priority',
'priority_help' => 'The higher the value, the higher the ranking',
'comment' => 'Comment',
'duration' => 'Duration',
'description' => 'Description',
@@ -194,4 +195,12 @@ return [
'ip_help' => 'Begin IP/End IP, IP(Block) Choose one',
'status' => 'Status',
],
'menu_item' => [
'label' => 'Menu items',
'url' => 'Link',
'text' => 'Text',
'target' => 'Open type',
'style' => 'Style',
'parent_id' => 'Parent',
],
];