You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
715 B
23 lines
715 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: shuixian
|
|
* Date: 2019/11/20
|
|
* Time: 18:30
|
|
*/
|
|
|
|
return [
|
|
|
|
//模块名称[必填]
|
|
'name' => 'agent',
|
|
//模块标题[必填]
|
|
'title' =>'代理管理端',
|
|
// 模块唯一标识[必填],格式:模块名.开发者标识.module
|
|
'identifier' => 'agent.longbing.module',
|
|
// 版本[必填],格式采用三段式:主版本号.次版本号.修订版本号
|
|
'version' => '1.0.19',
|
|
// 模块依赖[可选],格式[[模块名, 模块唯一标识, 依赖版本, 对比方式]]
|
|
'need_module' => [],
|
|
// 插件依赖[可选],格式[[插件名, 插件唯一标识, 依赖版本, 对比方式]]
|
|
'need_plugin' => [],
|
|
]; |