public function install()
 {
     $this->addon->pasteControlEntry('发布微构系统', 'publish/exec', '将当前运行代码发行为特定版本');
     $this->addon->pasteControlEntry('发布扩展', 'publish/addons', '打包指定的模块');
     return true;
 }