mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +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:
|
class ViewCSS:
|
||||||
name = "CSS"
|
name = "CSS"
|
||||||
prompt = ("CSS", "c")
|
prompt = ("css", "c")
|
||||||
content_types = [
|
content_types = [
|
||||||
"text/css"
|
"text/css"
|
||||||
]
|
]
|
||||||
|
@ -61,6 +61,10 @@ class HelpView(urwid.ListBox):
|
|||||||
common.highlight_key("json", "s") +
|
common.highlight_key("json", "s") +
|
||||||
[("text", ": JSON")]
|
[("text", ": JSON")]
|
||||||
),
|
),
|
||||||
|
(None,
|
||||||
|
common.highlight_key("css", "c") +
|
||||||
|
[("text", ": CSS")]
|
||||||
|
),
|
||||||
(None,
|
(None,
|
||||||
common.highlight_key("urlencoded", "u") +
|
common.highlight_key("urlencoded", "u") +
|
||||||
[("text", ": URL-encoded data")]
|
[("text", ": URL-encoded data")]
|
||||||
|
Loading…
Reference in New Issue
Block a user