mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
Fix CSS view prompt, update display mode options.
This commit is contained in:
parent
ff2d7a7501
commit
c5f4614ba5
@ -335,7 +335,7 @@ class ViewJavaScript:
|
||||
|
||||
class ViewCSS:
|
||||
name = "CSS"
|
||||
prompt = ("CSS", "c")
|
||||
prompt = ("css", "c")
|
||||
content_types = [
|
||||
"text/css"
|
||||
]
|
||||
|
@ -61,6 +61,10 @@ class HelpView(urwid.ListBox):
|
||||
common.highlight_key("json", "s") +
|
||||
[("text", ": JSON")]
|
||||
),
|
||||
(None,
|
||||
common.highlight_key("css", "c") +
|
||||
[("text", ": CSS")]
|
||||
),
|
||||
(None,
|
||||
common.highlight_key("urlencoded", "u") +
|
||||
[("text", ": URL-encoded data")]
|
||||
|
Loading…
Reference in New Issue
Block a user