|
@@ -93,6 +93,22 @@ return [
|
|
|
'target_type' => 'Type',
|
|
|
'target_ids' => 'Target Ids',
|
|
|
'message_title' => 'Message Title',
|
|
|
+
|
|
|
+ #相册模块
|
|
|
+ 'folder_type' => 'Folder Type',
|
|
|
+ 'show_tabs' => 'Show Tabs',
|
|
|
+ 'model' => 'Model',
|
|
|
+ 'folder_id' => 'Folder',
|
|
|
+ 'cover' => 'Cover',
|
|
|
+ 'en_detail' => 'English Detail',
|
|
|
+ 'cn_detail' => 'Chinese Detail',
|
|
|
+ 'video' => 'Video',
|
|
|
+ 'poster' => 'Poster',
|
|
|
+ 'cert' => 'Cert',
|
|
|
+ 'pdf' => 'PDF',
|
|
|
+ 'pdf_title' => 'PDF Title',
|
|
|
+ 'pdf_src' => 'PDF Src',
|
|
|
+ 'video_src' => 'Video Src',
|
|
|
],
|
|
|
'labels' => [
|
|
|
'list' => 'List',
|
|
@@ -189,6 +205,20 @@ return [
|
|
|
'visual_edit' => 'Visual Edit',
|
|
|
'top_menu' => 'Top Menu',
|
|
|
'bottom_menu' => 'Bottom Menu',
|
|
|
+
|
|
|
+ //相册模块
|
|
|
+ 'product' => 'Product',
|
|
|
+ 'other' => 'Other',
|
|
|
+ 'cover' => 'Cover',
|
|
|
+ 'en_detail' => 'English Detail',
|
|
|
+ 'cn_detail' => 'Chinese Detail',
|
|
|
+ 'video' => 'Video',
|
|
|
+ 'poster' => 'Poster',
|
|
|
+ 'cert' => 'Cert',
|
|
|
+ 'pdf' => 'PDF',
|
|
|
+ 'basic_info' => 'Basic Info',
|
|
|
+ 'image_preview' => 'Image Preview',
|
|
|
+ 'video_cover' => 'Video Cover',
|
|
|
],
|
|
|
'options' => [
|
|
|
//
|