优化扩展功能

This commit is contained in:
2020-04-04 21:53:38 +08:00
parent 98419ca360
commit a8619c61fb
11 changed files with 214 additions and 28 deletions

View File

@@ -17,6 +17,11 @@ use app\model\Hooks;
*/
class Addons extends Base {
public function initialize() {
parent::initialize();
$this->getAddonsMenu();
}
/**
* @title 插件列表
*/