Files
EdgeAdmin/web/public/js/conds/official.json

14 lines
361 B
JSON
Raw Normal View History

2020-09-29 11:28:39 +08:00
[
{
"type": "url-extension",
"name": "URL扩展名",
"description": "根据URL中的文件路径扩展名进行过滤",
"component": "http-cond-url-extension"
},
{
"type": "mime-type",
"name": "内容MimeType",
"description": "根据服务器返回的内容的MimeType进行过滤",
"component": "http-cond-mime-type"
}
]