fix: newwindow缺referer_widget,改用script+window.open()

This commit is contained in:
yumoqing 2026-07-06 14:03:58 +08:00
parent 4a649aa98f
commit a526a2222d

View File

@ -5,10 +5,9 @@
{
"wid": "self",
"event": "recognized",
"actiontype": "newwindow",
"options": {
"url": "${text}"
}
"actiontype": "script",
"target": "self",
"script": "window.open('${text}', '_blank');"
},
{
"wid": "self",