22 lines
644 B
PHP
22 lines
644 B
PHP
<?php
|
|
/**
|
|
* design_builder.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-30 11:03:19
|
|
* @modified 2022-08-30 11:03:19
|
|
*/
|
|
|
|
return [
|
|
'module_brand' => '品牌模塊',
|
|
'module_banner' => '橫幅模塊',
|
|
'module_four_image_pro' => '一行四圖 PRO',
|
|
'module_slideshow' => '幻燈片模塊',
|
|
'module_tab_products' => '選項卡商品',
|
|
'module_icons' => '圖標模塊',
|
|
'module_product' => '商品模塊',
|
|
'module_rich_text' => '富文本模塊',
|
|
];
|