mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
57 lines
1.7 KiB
PHP
57 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
|
|
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'=>'列表页缩略图'
|
|
),
|
|
)
|
|
);
|