添加'; public function render() { $modal = Modal::make() ->xl() ->title('分享卡片添加') ->body(ShareCardCreateForm::make()) ->button($this->title); return $modal; } public function parameters() { return [ ]; } }