123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- return array
- (
- 'menu' => array
- (
- 'image' => array
- (
- 'parent' => 'set',
- 'name' => '图片处理',
- 'icon' => 'image-line',
- 'sort' => '120',
- ),
- 'thumb' => array
- (
- 'parent' => 'image',
- 'name' => '缩略图',
- 'icon' => 'picture-in-picture-line',
- 'sort' => '1',
- ),
- 'crop' => array
- (
- 'parent' => 'image',
- 'name' => '裁剪图',
- 'icon' => 'crop-line',
- 'sort' => '2',
- ),
- 'water_pic' => array
- (
- 'parent' => 'image',
- 'name' => '水印图',
- 'icon' => 'water-flash-line',
- 'sort' => '3',
- ),
- 'water_txt' => array
- (
- 'parent' => 'image',
- 'name' => '水印文字',
- 'icon' => 'text-direction-l',
- 'sort' => '4',
- ),
- ),
- );
|