feat: newtab机制支持 & 相关优化

This commit is contained in:
Liang Jiaqing
2026-02-22 13:19:17 +08:00
parent bf5554e7a8
commit a2c6bd9d90
4 changed files with 54 additions and 73 deletions

2
ga.py
View File

@@ -158,7 +158,7 @@ def web_execute_js(script, switch_tab_id=None):
"error": error_msg,
"transients": transients,
"environment": {
"new_tab": new_tab,
"newTabs": [],
"reloaded": reloaded
},
"diff": diff_summary,