mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
refactor with php-libonebot factory classes
This commit is contained in:
@@ -69,6 +69,11 @@ $config['plugin'] = [
|
||||
'load_dir' => 'plugins',
|
||||
];
|
||||
|
||||
/* 内部默认启用的插件 */
|
||||
$config['native_plugin'] = [
|
||||
'onebot12' => true,
|
||||
];
|
||||
|
||||
/* 静态文件读取器 */
|
||||
$config['file_server'] = [
|
||||
'enable' => true,
|
||||
|
||||
Reference in New Issue
Block a user