ajax()) { return []; } return [ 'type' => 'required', 'url' => 'nullable', 'username_history' => 'nullable', 'email_history' => 'nullable', 'password_history' => 'nullable', 'url_history' => 'nullable', ]; } public function attributes() { return [ 'type' => '外链类型', 'url' => '平台链接', 'url_history' => 'profile演示地址', 'username_history' => '用户名', 'email_history' => '邮箱', 'password_history' => '密码', ]; } }