diff --git a/src/addon/aikefu/config/info.php b/src/addon/aikefu/config/info.php index 109b6ef92..b1d52125c 100644 --- a/src/addon/aikefu/config/info.php +++ b/src/addon/aikefu/config/info.php @@ -4,12 +4,10 @@ return [ 'name' => 'aikefu', 'title' => '智能客服', 'description' => '基于Dify的智能客服系统', - 'author' => 'admin', + 'type' => 'system', //插件类型 system :系统插件(自动安装), business:业务插件 promotion:扩展营销插件 tool:工具插件 + 'status' => 1, + 'author' => '', 'version' => '1.0.0', - 'scene' => 'web', - 'state' => 0, - 'category' => 'business', - 'need_install' => 1, - 'need_cache' => 1, - 'hooks' => [], + 'version_no' => '525231212001', + 'content' => '', ];