尝试 html 输出放在 iframe 里

This commit is contained in:
fofolee
2022-04-21 23:00:26 +08:00
parent 6d1e7f8347
commit 3ede4cdd73
4 changed files with 60 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ const outputTypes = {
name: "text",
label: "纯文本输出",
icon: "text_snippet",
action: result => window.htmlEncode(result)
action: result => result
},
html: {
name: "html",