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