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", "wid": "self",
"event": "recognized", "event": "recognized",
"actiontype": "newwindow", "actiontype": "script",
"options": { "target": "self",
"url": "${text}" "script": "window.open('${text}', '_blank');"
}
}, },
{ {
"wid": "self", "wid": "self",