Files
shop-platform/src/addon/seckill/config/info.php
2025-12-02 15:36:42 +08:00

12 lines
376 B
PHP

<?php
return [
'name' => 'seckill',
'title' => '秒杀抢购',
'description' => '低价、限购,吸引更多会员',
'type' => 'promotion', //插件类型 system :系统插件 promotion:营销插件 tool:工具插件
'status' => 1,
'author' => '',
'version' => '5.3.1',
'version_no' => '525231212001',
'content' => '',
];