This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/web/public/js/conds/official.json
T

14 lines
361 B
JSON

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