feat(addon/aikefu): 新增AI智能客服插件
This commit is contained in:
15
src/addon/aikefu/config/info.php
Normal file
15
src/addon/aikefu/config/info.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'aikefu',
|
||||
'title' => '智能客服',
|
||||
'description' => '基于Dify的智能客服系统',
|
||||
'author' => 'admin',
|
||||
'version' => '1.0.0',
|
||||
'scene' => 'web',
|
||||
'state' => 0,
|
||||
'category' => 'business',
|
||||
'need_install' => 1,
|
||||
'need_cache' => 1,
|
||||
'hooks' => [],
|
||||
];
|
||||
Reference in New Issue
Block a user