1.内核更新
2.规则从菜单中批量导入bug修复
This commit is contained in:
@@ -93,7 +93,6 @@ class Request
|
||||
* @var array 资源类型
|
||||
*/
|
||||
protected $mimeType = [
|
||||
'html' => 'text/html,application/xhtml+xml,*/*',
|
||||
'xml' => 'application/xml,text/xml,application/x-xml',
|
||||
'json' => 'application/json,text/x-json,application/jsonrequest,text/json',
|
||||
'js' => 'text/javascript,application/javascript,application/x-javascript',
|
||||
@@ -107,6 +106,7 @@ class Request
|
||||
'jpg' => 'image/jpg,image/jpeg,image/pjpeg',
|
||||
'gif' => 'image/gif',
|
||||
'csv' => 'text/csv',
|
||||
'html' => 'text/html,application/xhtml+xml,*/*',
|
||||
];
|
||||
|
||||
protected $content;
|
||||
|
||||
Reference in New Issue
Block a user