Files
shop-platform/src/addon/diy_default2/config/info.php
2026-01-17 10:48:02 +08:00

12 lines
398 B
PHP

<?php
return [
'name' => 'diy_default2',
'title' => '官方模板二',
'description' => '官方默认模板(二)',
'type' => 'system', //插件类型 system :系统插件(自动安装), business:业务插件 promotion:营销插件 tool:工具插件
'status' => 1,
'author' => '',
'version' => '5.3.1',
'version_no' => '525231212001',
'content' => '',
];