const text = ENTER.payload.replace(/^\s+|\s+$/g, '');
utools.setUBrowserProxy({
proxyRules: 'http://127.0.0.1:2081'
});
utools.ubrowser.goto(`https://chatgpt.com/?model=gpt-4&q=${encodeURIComponent(text)}`)
.run({ show: true, width: 780, height: 720 })
;
会报以下错误
出现错误
utools.setUBrowserProxy不支持在脚本内使用