初始上传
This commit is contained in:
2072
addon/diy_default1/config/diy_view.php
Executable file
2072
addon/diy_default1/config/diy_view.php
Executable file
File diff suppressed because it is too large
Load Diff
13
addon/diy_default1/config/event.php
Executable file
13
addon/diy_default1/config/event.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
return [
|
||||
'bind' => [
|
||||
|
||||
],
|
||||
|
||||
'listen' => [
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
],
|
||||
];
|
||||
21
addon/diy_default1/config/info.php
Executable file
21
addon/diy_default1/config/info.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Niushop商城系统 - 团队十年电商经验汇集巨献!
|
||||
* =========================================================
|
||||
* Copy right 2019-2029 杭州牛之云科技有限公司, 保留所有权利。
|
||||
* ----------------------------------------------
|
||||
* 官方网址: https://www.niushop.com
|
||||
|
||||
* =========================================================
|
||||
*/
|
||||
return [
|
||||
'name' => 'diy_default1',
|
||||
'title' => '官方模板一',
|
||||
'description' => '官方默认模板(一)',
|
||||
'type' => 'system', //插件类型 system :系统插件(自动安装), business:业务插件 promotion:营销插件 tool:工具插件
|
||||
'status' => 1,
|
||||
'author' => '',
|
||||
'version' => '5.5.3',
|
||||
'version_no' => '553250709001',
|
||||
'content' => '',
|
||||
];
|
||||
6
addon/diy_default1/config/menu_shop.php
Executable file
6
addon/diy_default1/config/menu_shop.php
Executable file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 平台端菜单设置
|
||||
// +----------------------------------------------------------------------
|
||||
return [
|
||||
];
|
||||
Reference in New Issue
Block a user