fix: newwindow缺referer_widget,改用script+window.open()
This commit is contained in:
parent
4a649aa98f
commit
a526a2222d
@ -5,10 +5,9 @@
|
||||
{
|
||||
"wid": "self",
|
||||
"event": "recognized",
|
||||
"actiontype": "newwindow",
|
||||
"options": {
|
||||
"url": "${text}"
|
||||
}
|
||||
"actiontype": "script",
|
||||
"target": "self",
|
||||
"script": "window.open('${text}', '_blank');"
|
||||
},
|
||||
{
|
||||
"wid": "self",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user