...用配置文件的 `components` 中添加以下代码,通常是 `config/web.php` ```php // application components 'components => [ // ... other components ... 'xunsearch' => [ 'class' => 'hightman\xunsearch\Connection', // 此行必须 'iniDirectory' => '@app/config', // 搜索 ini ...