mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
46 lines
1.2 KiB
PHP
46 lines
1.2 KiB
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
return array(
|
||
'image.default.set'=>
|
||
array (
|
||
'L' =>
|
||
array (
|
||
'default_image' => '23b79dd6a8f437f09870fdb90e41815e',
|
||
'width' => '600',
|
||
'height' => '600',
|
||
'wm_type' => 'none',
|
||
'wm_text' => '',
|
||
'wm_image' => '',
|
||
'wm_opacity' => '',
|
||
'wm_loc' => '',
|
||
'title'=>'商品相册图',
|
||
'watermark'=>1
|
||
),
|
||
'M' =>
|
||
array (
|
||
'default_image' => '4b66a4c21450e0ef2ff9632b4b8e5716',
|
||
'width' => '300',
|
||
'height' => '300',
|
||
'wm_type' => 'none',
|
||
'wm_text' => '',
|
||
'wm_image' => '',
|
||
'wm_opacity' => '',
|
||
'wm_loc' => '',
|
||
'title'=>'商品页详细图',
|
||
'watermark'=>1
|
||
),
|
||
'S' =>
|
||
array (
|
||
'default_image' => '17d39d7daefc0644caf5ff7fe22f516f',
|
||
'width' => '120',
|
||
'height' => '140',
|
||
'title'=>'列表页缩略图'
|
||
),
|
||
)
|
||
);
|