title($title); } if($icon){ $this->icon($icon); } if ($options = $this->defaultChartOptions()) { $this->chartOptions = $options; } $this->init(); } /** * 处理请求 * * @param Request $request * * @return mixed|void */ public function handle(Request $request) { $this->withContent(162); } /** * 卡片内容 * * @param string $content * * @return $this */ public function withContent($content) { return $this->content( <<