企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
修改 **ewei_shopv2/core/model/plugin.php** 的 **getCategory**() 函数,增加类别自定义; ``` return array( 'custom' => array('name' => '自定义'), 'biz' => array('name' => '业务类'), 'sale' => array('name' => '营销类'), 'tool' => array('name' => '工具类'), 'help' => array('name ' => '辅助类') ); ``` 在数据库表 **ims_ewei_shop_plugin** 中增加一条记录,其中 **category** 为 **custom**。 效果图如下图所示: ![](https://img.kancloud.cn/f7/e6/f7e663f6d822cd7944028d5ddcec3e95_742x588.png)