feat: replace data-browser-use-ignore with data-page-agent-ignore

This commit is contained in:
Simon
2026-03-05 16:24:50 +08:00
parent ff31b0c03e
commit 76509d93f0
3 changed files with 3 additions and 1 deletions

View File

@@ -373,6 +373,7 @@ export class Panel {
wrapper.id = 'page-agent-runtime_agent-panel'
wrapper.className = styles.wrapper
wrapper.setAttribute('data-browser-use-ignore', 'true')
wrapper.setAttribute('data-page-agent-ignore', 'true')
wrapper.innerHTML = `
<div class="${styles.background}"></div>