'nodelog', 'version' => 'v1.0', 'id' => 'statistics', 'name' => '第三方统计', 'description' => '第三方统计' ]; public function bootstrap($app) { Event::on(View::className(), 'endBody', [$this, 'run']); } public function run() { $config = $this->getConfig(); echo $config['statistics_content']; } }