mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
尝试 html 输出放在 iframe 里
This commit is contained in:
@@ -22,7 +22,7 @@ const outputTypes = {
|
||||
name: "text",
|
||||
label: "纯文本输出",
|
||||
icon: "text_snippet",
|
||||
action: result => window.htmlEncode(result)
|
||||
action: result => result
|
||||
},
|
||||
html: {
|
||||
name: "html",
|
||||
|
||||
Reference in New Issue
Block a user