Files
shop-platform/src/addon/discount/config/info.php
2025-10-29 15:32:26 +08:00

12 lines
366 B
PHP

<?php
return [
'name' => 'discount',
'title' => '限时折扣',
'description' => '限时折扣功能',
'type' => 'promotion', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
'status' => 1,
'author' => '',
'version' => '5.3.1',
'version_no' => '525231212001',
'content' => '',
];